• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Rich Client Application : best way to write code

 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Authors,

I don't have much experience in spring applicaiton as I am 3 months old user of JAva swing and I have been using Netbean IDE for my desktop application. but most of the time I am really confused with the coding style in NetBeans. (like Actionevent handling process)

have you specifying any topic for the best approach to write code for Swing aplication in your book? by following any tool or IDE like NetBeans

2) how to apply MVC in Swing Application.

Thanks in Advance..

[ September 21, 2007: Message edited by: Saif uddin ]
[ September 21, 2007: Message edited by: Saif uddin ]
 
author
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The questions you ask can be answered by books, or a series of articles at the least. It's not possible to answer the questions in a simple forum thread (or at least it would take more time than I have for this answer...). You might check out some of the existing references for Swing (including the online tutorial and various articles).

Chet.
 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a look at SwingFaq

Especially the Links to further information section.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic