Re: Giving an application a window icon in a sensible way



I find the phenomenon of topic drift curious. There seems to be a
recurrent pattern in this group in which a person creates an initial
topic of some Java related sort or another and the topic quickly drifts
to criticism and "bashing" of the person that started the thread.

This does nothing to encourage people to seek information here.

Perhaps some people need to leave their egos at home when they visit?

Re: the most recent round of (universally hostile-toned) replies, I'd
already mentioned that bundling stuff in a jar is not a complication I
wish to handle just yet. Particularly as it means the app has to look
for resources in two places: in a jar with the app (where they'd be
when the app's been packaged and installed somewhere) and in my
computer's specific directory structure somewhere (where they'd be
during development). Someone mentioned putting them along the class
path and their being found automatically if they're there or in a jar
with the app; but then I need to set my class path on my development
machine to include the source directory for every project that has
resources, don't I? Ouch. Or I can track down, download, study, and use
a new build tool (when Eclipse has been serving me well so far)...it
sounds to me like if I'd gone that route I'd still be fiddling with
something merely preliminary to getting the icon to work *now*, around
48 hours later. When there's a lot more resources, and
optional/switchable ones like internationalization resources, then that
looks like a wise investment of time; when there's only the one little
32x32 gif, it seems more like a *waste* of time.

.



Relevant Pages

  • Re: Giving an application a window icon in a sensible way
    ... already mentioned that bundling stuff in a jar is not a complication I ... You must be aware that Eclipse has a wizard for creating Jars. ... for resources in two places: in a jar with the app (where they'd be ... with the app; but then I need to set my class path on my development ...
    (comp.lang.java.programmer)
  • Re: How come I cant seem to load a jar file successfully?
    ... The referenced jar has the AsyncTimeoutException class. ... However for some reason my program doesn't see it. ... When you use this option, the JAR file is the source of all user classes, and other user class path settings are ignored. ... We want to know if we're ignoring the classpath, how the heck do we tell our app where the heck things are, eh? ...
    (comp.lang.java.help)
  • Re: Displaying Images
    ... called resources, but as far as I can tell, the only way these images get ... I don't mind if I have to add these images to the JAR after I've compiled, ... Put the image file in a directory called images. ... Change the name of the images directory when you test just to make sure. ...
    (comp.lang.java.gui)
  • Re: VC++6 About Box Cancel Button
    ... > building a dialog-based app and used it for something ... > else, you must create an OnClicked handler for it, and this handler must call ... > Resources tab and expanded the resources, or are you editing the .rc file directly. ... > on my MVP Tips site). ...
    (microsoft.public.vc.mfc)
  • Re: How to save a new data file inside the executable JAR package?
    ... I have made a jar application, ... For Java 1.4+ applications, ... For a Java Web Start app., ... One possibly nifty aspect of Preferences is that it might use the O.S. registry as its backing store. ...
    (comp.lang.java.programmer)