Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
These two ways are used to create a Frame
By creating the object of Frame class (association)
By extending Frame class (inheritance)
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
The following specifies the advantages of
It is lightweight.
It supports pluggable look and feel.
It follows MVC (Model View Controller) architecture.
Correct Answer:
Swing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Frame
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Container
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Component class
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SetText()
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Button,List,MenuItem
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Public abstract void setColor(Color c)
Note: This Question is unanswered, help us to find answer for this one
The Following steps are required to perform
1) Implement the Listener interface and overrides its methods
2) Register the component with the Listener
Correct Answer:
Event Handling
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Association
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Public void drawRect(int x, int y, int width, int height)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ButtonGroup
Note: This Question is unanswered, help us to find answer for this one