Java paint demo 2
609 viewsAnother vid, no more flickering but there are still some problems with the actual drawing ("gaps" appear when moving the mouse too fast, but i'm working on it)
JAVA:
-
/*--------------------------------------------------------------------------
-
PaintDemo class
-
*****************
-
By: deAppel http://www.engineeringserver.com - http://www.javaforums.net
-
Contact: info [@] engineeringserver.com
-
Version: 29/July/2008
-
Last updated: 07/August/2008 - V2.0
-
07/August/2008
-
- save drawing
-
-- BUG. load only works when saved first, i'm working for a fix but it partially works
-
- cleaned the code a bit, but still a mess
-
- flickering gone
-
- implemented partial anti aliasing
-
- support links added
, do NOT remove my links! , you can add your own but do NOT remove mine if you are -
planning to release your own version.
-
%working on
-
- save/load bug fix obviously
-
- implement multiplayer paint
-
- drawing sharing
-
06/August/2008
-
- added colors
-
- undo function
-
- clear drawing panel
-
- line thickness
-
29/July/2008
-
- initial application
-
*****************
-
Note: a very basic paint application by HappyFace / deAppel (One person, two names ;P)
-
//----------------------------------------------------------------------*/












