Пример #1
0
 public void installUI(JComponent c) {
   JPanel p = (JPanel) c;
   super.installUI(p);
   installDefaults(p);
 }