Font myFont = new Font("Serif", Font.BOLD, 12); , then use a setFont method on your components like JButton b = new JButton("Hello World"); ...
確定! 回上一頁