C
Consty
I'm curious how one deals with large GUI based Swing applications
using NetBeans? Typically from my understanding you use a model-view-
controller technique to separate it all to easily have Frames talk to
other Frames and etc. From messing around in NetBeans it doesn't seem
like you can do that. You can't change generated code either. The
only way I could really seem to do it was to declare a reference to
the other Frame I wanted and pass that into a constructor or just
allocate it within the current frame and call setVisible(). This
isn't the right way I believe and I'm sure there is a way around this
or something I'm not seeing. I'm only interested in figuring out how
to do it with NetBeans and not manually without NetBeans. I know you
can write the code yourself without it. Thanks in advance!
using NetBeans? Typically from my understanding you use a model-view-
controller technique to separate it all to easily have Frames talk to
other Frames and etc. From messing around in NetBeans it doesn't seem
like you can do that. You can't change generated code either. The
only way I could really seem to do it was to declare a reference to
the other Frame I wanted and pass that into a constructor or just
allocate it within the current frame and call setVisible(). This
isn't the right way I believe and I'm sure there is a way around this
or something I'm not seeing. I'm only interested in figuring out how
to do it with NetBeans and not manually without NetBeans. I know you
can write the code yourself without it. Thanks in advance!