Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an actionlistener for the right click option of an icon I setup for my app. I would like the open button to create a new window, when it is clicked, only if that same window is currently closed. I tried to do this:
jframe.setvisible(true);

but I can't do that, since it is in another class.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900