Ask Question
6 November, 01:56

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

JButton

JLabel

JTextField

JFrame

+5
Answers (1)
  1. 6 November, 02:44
    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?
Find an answer to your question ✅ “What component can be used for user input or display of output? JButton JLabel JTextField JFrame ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers