やっぱOSと同じ見た目が使いやすいよね
JFrame.setDefaultLookAndFeelDecorated(true); try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (Exception e) { e.printStackTrace(); } JFrame f = new AppFrame(); f.setVisible(true);
やっぱOSと同じ見た目が使いやすいよね
JFrame.setDefaultLookAndFeelDecorated(true); try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (Exception e) { e.printStackTrace(); } JFrame f = new AppFrame(); f.setVisible(true);