Skip to content

Instantly share code, notes, and snippets.

@rurtubia
Created April 26, 2015 03:52
Show Gist options
  • Select an option

  • Save rurtubia/311540acf55b52168391 to your computer and use it in GitHub Desktop.

Select an option

Save rurtubia/311540acf55b52168391 to your computer and use it in GitHub Desktop.
Make a jInternalFrame Visible from a jMenuItem
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