AWT

AWT Event Listeners

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

The Event listener represents the interfaces responsible to handle events. Java provides us various Event listener classes but we will discuss those which are more frequently used. Every method of…

Continue ReadingAWT Event Listeners

AWT PaintEvent Class

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

Introduction The PaintEvent class is used to ensure that paint/update method calls are serialized along with the other events delivered from the event queue. Class declaration Following is the declaration for java.awt.event.PaintEvent class:…

Continue ReadingAWT PaintEvent Class