Skip to content

Instantly share code, notes, and snippets.

@Renanse
Created February 1, 2017 15:34
Show Gist options
  • Save Renanse/98947bbf2d2ffed8465aa870cebecb0f to your computer and use it in GitHub Desktop.
Save Renanse/98947bbf2d2ffed8465aa870cebecb0f to your computer and use it in GitHub Desktop.
Fails on Windows 10 unless you add -Dsun.java2d.d3d=false :(
import javax.swing.JOptionPane;
public class Main {
public static void main(final String[] args) {
JOptionPane.showMessageDialog(null, "Hi there.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment