I am using java swing and I want to add 3 tabs after the user is choosing "New" from JMenuBar
.
The tabs won't be there when the application is started. These will be shown only after choosing "New".
How can I Do it? Do I need to add these to the actionListener
of "New"? How it can be added?