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);
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);
No comments:
Post a Comment