Programming - Swings - Discussion

You Are Here :: Home > JAVA > Swings - Discussion

 



Q.

___________ creates a button with the specified text on button.                         


A. JButton() B. JButton(String s)
C. Button(String s) D. JButton(String)

Answer: Option B
Explaination:

 


JButton(String s) creates a button with the specified text on button.




Discussion

Your Comments Goes here...
NameDiscussion