• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java Graphics Editing Program

owensdj

Golden Member
Does anybody know of a simple graphics editing program(similiar to Windows Paint) that was written in Java? I need to find something like this that I could adapt to a web site to allow the user to design and submit a simple picture design right on the web page. The Java source can be free 🙂 or available for licensing. Anybody know of something like this?
 
I hope you understand that a Java application is very different from a Java applet. Most importantly, this applet needs a way to communicate back the user-created drawing, whereas an application would just save it locally on the user's machine.
 
Back
Top