A Bank (86 Questions) (Word) Copy
A Bank (86 Questions) (Word) Copy
22.To set the title to the Frame window ________ method is used.
a) void setTitle(String str)
b) void setText(String str)
c) void settitle(String str)
d) None of the above
56. What is the name of the Swing class that is used for frames?
a) Window
b) Frame
c) JFrame
d) SwingFrame
84. creates a new object of a specific class (in this case a new
JFrame object called myFrame) is generally called a ...
a) Constructor
b) Layout manager
c) Parameter
d) GUI