Код: Выделить всё
UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");
Модератор: Absurd
Код: Выделить всё
UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");
Код: Выделить всё
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
Frame[] frames = Frame.getFrames();
for (int i = 0; i < frames.length; i++)
SwingUtilities.updateComponentTreeUI(frames[i]);