Business Black Steel
2930313233343536373839
this.setLocationRelativeTo(null); this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); } public static void main(String[] args) throws Exception { UIManager.setLookAndFeel(new SubstanceBusinessBlackSteelLookAndFeel()); SwingUtilities.invokeLater(new Runnable() { public void run() { new AnimateProgressBar().setVisible(true); } });
141142143144145146147148149150151
return result; } public static void main(String[] args) throws Exception { JFrame.setDefaultLookAndFeelDecorated(true); UIManager.setLookAndFeel(new SubstanceBusinessBlackSteelLookAndFeel()); SwingUtilities.invokeLater(new Runnable() { public void run() { JFrame frame = new JFrame("Alignment"); frame.setSize(600, 400); frame.setLocationRelativeTo(null);