Ejemplo n.º 1
0
 /**
  * Resets the UI property to a value from the current look and feel.
  *
  * @see JComponent#updateUI
  */
 public void updateUI() {
   setUI((RootPaneUI) UIManager.getUI(this));
 }