Monday, August 12, 2013

Review Question:1

a) What is the difference between AWT and Swing?

b) Differentiate among JTextField, JTextArea and JPasswordField.

c) What do you mean by the argument passed in the constructor of TextField?

                 
                                           JTextField t = new JTextField (10);