Re: Auto-discard notification
Nathan Fiedler <[email protected]> Wed, 21 Feb 2007 23:06:38 -0800
| Newsgroups | gmane.comp.java.jswat.devel |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <[email protected]> |
That depends greatly on which version you are referring to. In anything prior to 3.0, the main window is in the com.bluemarsh.jswat.ui.graphical package. From 3.0 onward, the main window and menu bar are defined by the NetBeans Platform. You will need to learn a little about NetBeans to do anything with windows and the menu. Start by downloading the NetBeans IDE (version 5.5 is very stable), which provides wizards for creating common NetBeans components, and then take a look at the tutorials at: http://platform.netbeans.org/tutorials/ BTW, you need to subscribe to jswat-dev in order to post to it. Thanks n [email protected] wrote: > The attached message has been automatically discarded. > ------------------------------------------------------------------------ > > Subject: Source code for JSWAT Main Window > From: Java Developer <[email protected]> > Date: Wed, 21 Feb 2007 20:57:58 -0800 (PST) > To: [email protected] > > I apologize for asking such a trivial question... > > I would like to know if I can access the source code for the JSWAT user > interface esp. the Main Window. I have downloaded the source code but I am > not able to find the source code for the main window. Any help is greatly > appreciated. > > I am trying to add new features to the tool and I am looking for the source > code for the Menu bar.