Exemplo n.º 1
0
 public void addUIElement(UIElement element)
 {
     elements.Add(element);
     recalculateElementBounds(this);
     panel.repaint();
 }
 public void menuEntryActivated(JPanel param1JPanel)
 {
     param1JPanel.removeAll();
     param1JPanel.revalidate();
     param1JPanel.repaint();
 }