diff --git a/bin/App.class b/bin/App.class index aa90a01..ef5292c 100644 --- a/bin/App.class +++ b/bin/App.class Binary files differ diff --git a/src/App.java b/src/App.java index 30238ce..bf34400 100644 --- a/src/App.java +++ b/src/App.java @@ -2,7 +2,7 @@ public class App { public static void main(String[] args) throws Exception { - javax.swing.JOptionPane.showMessageDialog(null, "message", "title", javax.swing.JOptionPane.INFORMATION_MESSAGE); + //javax.swing.JOptionPane.showMessageDialog(null, "message", "title", javax.swing.JOptionPane.INFORMATION_MESSAGE); System.out.println("Hello, World!"); // 基本のおにぎりをつくる // コンストラクタを呼び出し、インスタンスを生成