| 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.
|
 |
 |
|
|
subject: what do you think of my approach ?
|
|
|