posted 15 years ago
Hello,
I am learning Swing from the web, which is obviously not a good idea with such a big topic. I ran into the following simple question:
If I spawn a new JFrame from another JFrame, for example from a menu item, where do I load the data, in my case some text from a file, that is needed for display in the new frame?