Created
April 26, 2015 03:52
-
-
Save rurtubia/311540acf55b52168391 to your computer and use it in GitHub Desktop.
Make a jInternalFrame Visible from a jMenuItem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private void jMenuItemOpenFramePerformed(java.awt.event.ActionEvent evt) { | |
| this.jInternalFrame1.setVisible(true); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment