Monday, 7 July 2014

A Simple Paint Application

A Simple Paint Application I am working on for last 3 days after creation of this blog.

This is very simple as It only allows user to draw.
Only for learning how to draw on screen using MouseListener & MouseMotionListener.

mousePressed() & mouseDragged() this methods are used

The link to the .java file is here.

https://www.dropbox.com/s/lriucu0n2h05trj/BasicPaintApp.java

No comments:

Post a Comment