Any JComponent as a node for JTree

2001-12-03 Thread Alexander Gusev
Hi All. in case you would like to see it, pls visit the http://www.mutualinstrument.com/Easier/FAQ/Tree/tree.html Alexander Gusev. ___ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing

Any JComponent as a node for JTree

2001-12-03 Thread Alexander Gusev
Hi All. in case you would like to see it, pls visit the http://www.mutualinstrument.com/Easier/FAQ/Tree/tree.html Alexander Gusev. ___ Swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/swing

Setting Icon for JDialog if JApplet is the parent

2001-12-03 Thread Samivelu, Srinivasan
Dear All In my applet program, I am using Jdialog to diplay info. I have set the JApplet as the parent to the JDialog. But i want to set my icon for the dialog. i am using jdk1.3.1. I see in the case of JFrame, Setting icon for the parent is carried over to the child dialogs.