K
kandy71
Hi,
I try to develop my first graphical interface with java.
Since I need to use an application with different input windows, I need
to open these windows deciding with a menu when I need them. I would
like to know if my approach is corret.
I open for every windows a new jframe, however, I believe the it is not
the right way since all the frame are not connected and the do not
depend from the main frame.
Any suggestion?
I try to develop my first graphical interface with java.
Since I need to use an application with different input windows, I need
to open these windows deciding with a menu when I need them. I would
like to know if my approach is corret.
I open for every windows a new jframe, however, I believe the it is not
the right way since all the frame are not connected and the do not
depend from the main frame.
Any suggestion?