|
Quote:
|
|
Ive already created another JFrame...
|
Well, now is a good time to learn normal programming conventions. An application typically has a single JFrame and multiple helper JDialogs that popup for additional information/functionality. To change your code all you need to do is change "Frame" to "Dialog".