public void formGUI(java.awt.Panel panel, Table table){ panel.removeAll(); ... panel.add(new_component); ...}