Search
Sponsors
Sponsors

Archive for the ‘Swing’ Category

Dialog box in swing

Thursday, August 25th, 2011

 

javax.swing.JOptionPane.showMessageDialog(null,ou);

var swing = new Class("javax.swing.JOptionPane");
swing.showMessageDialog(null,"");

Translate