Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void main(String args[]) {
- java.awt.EventQueue.invokeLater(new Runnable() {
- public void run() {
- ImageSetChooser chooser = new ImageSetChooser(new javax.swing.JFrame(), false).display();
- chooser.useSelectedButtonActionPerformed(null);
- System.exit(0);
- }
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement