As a part of my program, I need to have a button that when the user click on it, it opens a new window.
Well I guess I should have a class that make the frame and call i
new CLASS_NAME().setVisible(true);
eg. new NewJFrame().setVisible(true);