LẬP TRÌNH JAVA Nguyễn Hoàng Anh – nhanh@fit.hcmuns.edu.vn ĐHKHTN - 2011 SWING BASIC CONTROLS Nội dung MVC JFrame JDestopPane JInternalFrame JLabel JButton JTextField JCheckBox JRadioButton JPanel JComboBox, JList JTable JMenu JToolBar JOptionPane JFileChooser 2 JLabel 3 JLabel Methods: – setText (String text) – getText () – setSize (Dimenstion d) – setForeground (Color fg) Events: – mouseClicked 4 JButton 5 JButton Methods: – setText (String text) – getText () – setForeground (Color fg) – setFocusCycleRoot (boolean b) Events – actionPerformed – mousePressed 6 JTextField 7 JTextField 8 JTextField Methods: – setText (String text) – getText () – setForeground (Color fg) Events: – caretUpdate 9 JCheckBox 10 . LẬP TRÌNH JAVA Nguyễn Hoàng Anh – nhanh@fit.hcmuns.edu.vn ĐHKHTN - 2011 SWING BASIC CONTROLS Nội dung MVC JFrame JDestopPane