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