Skip to content

Instantly share code, notes, and snippets.

@tinkerstudent
Created January 23, 2016 23:05
Show Gist options
  • Select an option

  • Save tinkerstudent/6059ff81aff4ded52ab3 to your computer and use it in GitHub Desktop.

Select an option

Save tinkerstudent/6059ff81aff4ded52ab3 to your computer and use it in GitHub Desktop.
javax.swing.SwingUtilities.invokeLater(new Runnable() {
public void run() {
flipText.createAndShowGUI();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment