0
メソッドを私のメインクラスのJOptionPane
にコールしたいと思います。 具体的な方法はありますか?JOptionPaneにメソッドを追加する方法
Dictionary word1 = new Dictionary(null);
CardCatalog catalog = new CardCatalog();
final ImageIcon welcome = new ImageIcon("welcome.jpg");
JOptionPane.showMessageDialog (null,"","WELCOME TO FLASH CARD",JOptionPane.INFORMATION_MESSAGE,welcome);