The Swing Component classes that are used in Encapsulates a mutually exclusive set of buttons
Which of the following does not belong: If a class inherits from some other class, it should
Which of the following classes are derived from the Component class
How many types of controls does AWT supports these controls are subclasses of component
Name the class used to represent a GUI application window, which is optionally resizable and can have a title bar, an icon, and menus
Which is the container that doesn't contain title bar and MenuBars but it can have other components like button, textfield etc
The following specifies the advantages of It is lightweight It supports pluggable look and feel It follows MVC (Model View Controller) architecture
Suppose you are developing a Java Swing application and want to toggle between various views of the design area. Which of the views given below are present for the users to toggle
What is the name of the Swing class that is used for frames
How many ways can we align the label in a container
Given a class named student, which of the following is a valid constructor declaration for the class
To use the ActionListener interface it must be implemented by a class there are several ways to do that find in the following
JFrame myFrame = new JFrame (); Any command (such as the one listed above) which creates a new object of a specific class (in this case a new JFrame object called myFrame) is generally called a
Which class can be used to represent a checkbox with a textual label that can appear in a menu