I have a main JFrame that has all kinds of panels in it for different functions and people can calculate things in them. I want to open a new JFrame when the user hits the first calculate button and serve as a Output window (Simlar to SPSS output windows if you are familiar with them).
The New JFrame will be completely separate and will have its own menu bar ... A simple JDialog is not the way to go here.
JFrame
visible when the first calculate button is clicked..!!! – Trevelyan