I have a main JFrame in which there are all kinds of panels for different functions, and people can calculate things in them. I want to open a new JFrame when the user clicks on the first calculation button and serves as an output window (Simlar for SPSS output windows if you are familiar with them). A.
The new JFrame will be completely separate and will have its own menu bar ... A simple JDialog is not the way to go here.
Killerpixler
source share