help /如何改變JLabel字體的大小? / Java入門一般區 / 程式設計俱樂部
2005/5/16 下午 07:40:16 super("歡迎進入ATM自動提款機!"); Container c=getContentPane(); c.setLayout(new FlowLayout()); c.setBackground(Color.blue); JLabel label1=new JLabel("請選擇你所需要的語言",JLabel.CENTER); label1.setForeground(Color.yellow);...