• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

learn swing

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can anyone tell me a good source for learning Swings from the basics.
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would probably start with the sun.java.com website at:

http://java.sun.com/new2java/

From there, follow the appropriate tutorials and afterward, find some good books. As a practical note, one thing that I have found useful when learning a new technology is to develop a simple telephone directory look up tool. It can be as simple or complex as you like, but be sure to do full Create, Read, Update and Delete (CRUD) functionality. Data can be stored in a simple flat text file at first, then once complete, if you design the MVC correctly, you can change the flat file into a database such as MySQL for further training.

Also check out the following:

http://www.javabeginner.com/java-swing-tutorial.htm

Hope this helps...not simple, but effective...
[ September 02, 2008: Message edited by: G Estes ]
 
Could you hold this kitten for a sec? I need to adjust this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic