AWT

AWT List Class

  • Post author:
  • Post category:AWT
  • Post comments:1 Comment

Introduction The List class represents a list of text items. The list can be configured that users can choose either one item or multiple items. Class declaration Following is the…

Continue ReadingAWT List Class

AWT CheckBoxGroup Class

  • Post author:
  • Post category:AWT
  • Post comments:1 Comment

Introduction The CheckboxGroup class is used to group the set of checkbox. Class declaration Following is the declaration for java.awt.CheckboxGroup class: public class CheckboxGroup extends Object implements Serializable Class constructors S.N.Constructor &…

Continue ReadingAWT CheckBoxGroup Class

AWT Component Class

  • Post author:
  • Post category:AWT
  • Post comments:1 Comment

Introduction The Component class is the abstract base class for the non-menu user-interface controls of AWT. A component represents an object with graphical representation. Class declaration Following is the declaration for java.awt.Component class: public…

Continue ReadingAWT Component Class

AWT Controls

  • Post author:
  • Post category:AWT
  • Post comments:14 Comments

In this topic, we will discuss AWT Controls. Every user interface considers the following three main aspects: UI elements : Thes are the core visual elements the user eventually sees and…

Continue ReadingAWT Controls