Exemplo n.º 1
0
 public void setTable(Properties w, MapTableModel t) {
   wordList = w;
   tableModel = t;
   f.repaint();
 }
Exemplo n.º 2
0
 public static void showFrame(boolean show) {
   f.setVisible(show);
   f.repaint();
   return;
 }