Can any one suggest me the basic steps to make a 'Recently Opened' i.e. History type functionality in Java Swing using JScrollPane,
JTextArea` and so on.
What ever different frames like frame1
, frame2
, frame3
etc, we open its name will be listed dynamically in this text area which is a part of main screen(a main jframe).
If we click on any one of list generated in the 'Recently opened' text area that corresponding frame will show again.
Kindly reply, I need it in my project. Please see the figure here:
Thanks.