【发布时间】:2016-04-25 17:39:50
【问题描述】:
我想将方法调用到我的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);
【问题讨论】:
标签: java object arraylist joptionpane