Skip to content

Instantly share code, notes, and snippets.

@DavidBernalGonzalez
Last active June 26, 2019 06:50
Show Gist options
  • Save DavidBernalGonzalez/e21a3df0b255e13df2e62e2232097888 to your computer and use it in GitHub Desktop.
Save DavidBernalGonzalez/e21a3df0b255e13df2e62e2232097888 to your computer and use it in GitHub Desktop.
JOptionPane2
import javax.swing.JOptionPane;
public class Main {
public static void main(String[] args){
JOptionPane.showMessageDialog(null, "Javadesde0.com");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment