Dialog box in swing
Thursday, August 25th, 2011
javax.swing.JOptionPane.showMessageDialog(null,ou);
var swing = new Class("javax.swing.JOptionPane");
swing.showMessageDialog(null,"");
javax.swing.JOptionPane.showMessageDialog(null,ou);
var swing = new Class("javax.swing.JOptionPane");
swing.showMessageDialog(null,"");
Posted in Beginners, Swing | No Comments »
Powered by Programmers Help
Entries (RSS) and Comments (RSS).