Ejemplo n.º 1
0
 /** This method resets the UI used to the Look and Feel defaults. */
 public void updateUI() {
   setUI((ToolBarUI) UIManager.getUI(this));
   revalidate();
   repaint();
 } // updateUI()