Am Donnerstag, den 07.07.2005, 12:34 -0400 schrieb Lillian Angel:
> Hello,
> 
> I have been working on JTree for sometime and for some reason the icons
> for the tree do not seem to be in the classpath/javax/swing/basic/plaf/
> folder. Is it okay to use those from gnu/javax/swing/plaf/gtk/icons ?

Sure. As I said on IRC, load them with new
ImageIcon(getClass().getResource("/path/to/icons/icon.png")) so you will
get no problems with paths etc.

/Roman




_______________________________________________
Classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to