Results 1 to 3 of 3
Thread: Help, GUI Application
- 07-04-2007, 08:14 AM #1
Member
- Join Date
- Jun 2007
- Posts
- 95
- Rep Power
- 0
Help, GUI Application
I'm still in search of a tutorial/video which will guide me through making my first GUI application.
I have Eclipse with the Visual Editor and I know how to whip together a few panels together?
But how can I take my GUI and make it talk ot my code?
Also, is there a guideline? Like, do you put all the GUI code in it's own class and simply initialize it in your main class? And I'll be developing under Linux.
Thanks.
Felissa:p
- 07-04-2007, 08:17 AM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 111
- Rep Power
- 0
I think the best place to start learning GUI programming is the Swing Tutorial provided by Sun Microsystems.
You may also like to have a look at NetBeans...it has a very user friendly interface for building GUI apps.
Here is flash demo of using Netbeans to build Swing Applications
If you are after a video tutorial,check out KeyStone.
Greetings
Eric
- 07-04-2007, 08:19 AM #3
Member
- Join Date
- Jun 2007
- Posts
- 91
- Rep Power
- 0
I always found this pretty useful when I was starting
I don't know about any fancy GUI designers though, I hand code mine.
By the way the beauty of Java is that it doesn't matter that you are developing under linux.
Greetings
Daniel:o
Similar Threads
-
JSP - Application object example
By Java Tip in forum Java TipReplies: 0Last Post: 03-17-2008, 07:40 AM -
Launching an application from another application dynamically
By Java Tip in forum Java TipReplies: 0Last Post: 02-16-2008, 09:31 PM -
Launching an application from another application using thread
By Java Tip in forum Java TipReplies: 0Last Post: 02-16-2008, 09:29 PM -
My application Will Not Execute
By romina in forum New To JavaReplies: 1Last Post: 08-07-2007, 05:16 AM -
how to use JTA for application
By mary in forum Advanced JavaReplies: 1Last Post: 07-13-2007, 04:34 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks