Ask Question
21 December, 14:42

What component can be used for user input or display of output?

JButton

JLabel

JTextField

JFrame

+2
Answers (1)
  1. 21 December, 18:34
    0
    JTextField

    Explanation:

    JTextField is a Swing control which can be used for user input or display of output. It corresponds to a textfield and can be included with other controls such as JLabel, JButton, JList etc. on a comprehensive user interface which is application dependent. JTextField supports a read-write mode where the user can enter a value and it also supports a read-only mode which can be used to display non-editable output to the user.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What component can be used for user input or display of output? JButton JLabel JTextField JFrame ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers