https://github.com/halcy/drawthing
Small, simple drawing application for university SWT class
https://github.com/halcy/drawthing
Last synced: over 1 year ago
JSON representation
Small, simple drawing application for university SWT class
- Host: GitHub
- URL: https://github.com/halcy/drawthing
- Owner: halcy
- Created: 2009-05-05T13:28:56.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-05T13:53:35.000Z (about 17 years ago)
- Last Synced: 2025-01-22T17:25:42.597Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Drawthing - A simple Swing sketch pad application.
To run: java Drawthing
To compile (Requires a JDK and some Make utility): make
(That, or figure out the command to build it without make)
Use the color button to select a color, brush size box to select
a brush size, draw on the white canvas with the mouse.
Resize the window to change canvas size. Minimum canvas size is
400x400. Canvas will automatically expand to bottom and right.
Undo and reset buttons do what you would expect them to do.
Save button allows you to save the current drawing to an SVG
file fit for further editing in a vector editor like inscape
or for display on the internet by newer browsers.
The newest version of this applications source code can be
found at http://github.com/halcy/Drawthing/tree/master
Direct questions and such to lorenzd@gmail.com