Results 1 to 6 of 6
Thread: GUI resourse book?
- 01-24-2011, 07:22 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 6
- Rep Power
- 0
- 01-24-2011, 07:37 PM #2
The Swing tutorials are pretty helpful: Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
But where are you getting stuck?How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-24-2011, 07:53 PM #3
Member
- Join Date
- Jan 2011
- Posts
- 6
- Rep Power
- 0
Almost everything. Like I wanted to add a few button to the interface. First i thought i would use a Jbutton. After that i thought i would try to use a Jlabel and used actionlistener to wait for a mouse click. Third i made it with just an image and used mouse listener and kind off implemented a button. I really have no idea which is a better way to implement it, except the third one which seems hard to maintain.
I keep going back and forth in terms of what I'm going to use to design the interface.
Thats why i thought i might as well stop working on it for 2-3 weeks and read a book on it.
- 01-25-2011, 12:30 AM #4
For that, you'd almost definitely want a JButton. I recommend going through the Swing tutorials, they contain pretty much everything you need to get a GUI up and running.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-25-2011, 01:53 AM #5
Member
- Join Date
- Jan 2011
- Posts
- 6
- Rep Power
- 0
Awesome tutorials, at first look I thought it might be something like "this is how to add a JButton" but it also explains other aspects of it like functionality and how it works. Its exactly what I was looking for. Thanks
- 01-25-2011, 01:25 PM #6
No problem. Some other resources that you might find helpful are:
The API is your best friend: Java Platform SE 6
A Visual Guide to Swing Components (Java Look and Feel) (The Java™ Tutorials > Graphical User Interfaces > Swing Features)
How to Use Various Components (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Similar Threads
-
Book on EJB and JSP
By snowpoke in forum Enterprise JavaBeans (EJB)Replies: 5Last Post: 03-30-2011, 05:56 PM -
read japanese word from resourse bundle
By javastuden in forum New To JavaReplies: 1Last Post: 11-11-2010, 01:35 PM -
Is this book enough?
By dushmantha.e in forum Java CertificationReplies: 3Last Post: 04-06-2010, 03:13 AM -
best book for jsf
By raj17 in forum JavaServer Faces (JSF)Replies: 8Last Post: 08-04-2009, 08:08 AM -
need a book
By hno2005 in forum NetBeansReplies: 2Last Post: 03-20-2009, 10:57 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks