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