Which method will cause a Frame to be displayed?

A) show( )
B) setVisible( )
C) display( )
D) displayFrame( )

Showing Answers 1 - 8 of 8 Answers

seemaprak

  • Mar 31st, 2006
 

A) show( )
B) setVisible( )

  Was this answer useful?  Yes

MANISHA PATHAK

  • Oct 26th, 2006
 

A) show()

B) setVisible()

ex Frame fr=new Frame("MyFrame");

fr.show();

or

fr.setVisible(true);

  Was this answer useful?  Yes

jha

  • Aug 15th, 2011
 

a.showWindow
b. setVisible

  Was this answer useful?  Yes

amaan

  • Mar 5th, 2021
 

show()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions