aspose file tools
The moose likes Swing / AWT / SWT and the fly likes what do you think of my approach ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "what do you think of my approach ?" Watch "what do you think of my approach ?" New topic
Author

what do you think of my approach ?

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

Hey all.
I have a question about swing application.
when creating my swing applications, I broke up the whole form into JPanel (each JPanel into a separate Java file if the JPanel requires a lot of components and arrangments).
finally, I assemble my form form those JPanels.
my question is :
what do you think of my approach ? is it good ? is it time consuming ?
what is the approach used in the real swing applications ?
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

That's what I tend to do. Works good for me.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: what do you think of my approach ?
 
Similar Threads
Why so much emphasis on Business Delegate or Intercepting Filter
repaint() will not always repaint()
Graying out entire table.
Questions about my JEE application
Can i put all of my action listeners(i will have hundreds) in a seperate class file and then use it?