Example #1
0
 public Sorting() {
   initComponents();
   list = new DefaultListModel();
   lstnum.setModel(list);
 }