AWT

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