JavaMail

In this guide we will discuss about Java mail. The Java Mail is an API that is used to compose, write and read electronic messages (emails). The JavaMail API provides protocol-independent and…

Continue ReadingJavaMail

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