Created
February 1, 2017 15:34
-
-
Save Renanse/98947bbf2d2ffed8465aa870cebecb0f to your computer and use it in GitHub Desktop.
Fails on Windows 10 unless you add -Dsun.java2d.d3d=false :(
This file contains 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
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