Save « JFrame « Java Swing Q&A





1. Saving states across JFrames    stackoverflow.com

I am trying the save the state of a previous frame and then carry it over to the other frame. More like saving the data of the textfields and areas so ...

3. Saving a window    coderanch.com

4. Saving JFrame    java-forums.org

Hi, I want to create a button that triggers an event which saves a JFrame and puts it on a JList. I also want to create an event which loads the JFrame when I click it on the JList. Doesn't have to be a JList could be a JTable or whatever you feel is more effective. I just want it to ...

5. Saving JFrame    java-forums.org

6. how to save the JFrame    forums.oracle.com

hiiii i'm a student doing my project in real time video processing, wherein we plan to accept real time images 4rm the web camera. We wish to divide the main frame of our front-end into 3 parts. One will display the video coming in 4rm the webcamera & the other side of the screen(front-end) the processed video. The third part will ...