Since 4/2/2012 6:08:49 AM, michalt76 has written 3 articles and participated in 0 conversations. michalt76 signature: michalt76
michalt76's articles:
Items(3) /1
open swt wizard from swing application3109 (11/15/2005 12:49:54 PM) comp.lang.java.gui how do i to open an swt wizard or even a dialog from swing??? my whole app freezes up when i get to dialog.open() public class myFram extends JFrame { ...... ..... public void someButton_actionPerformed() { ... michalt76
split xml into separate files - parse using java014 (5/22/2004 8:34:19 AM) comp.text.xml i'm trying to split my xml configuration file to files implementing the parsing using xerces in java (DOMparser). my project uses a "fromXML" parsing design and here's what i tried in the node that i wanted out... michalt76