https://github.com/jeromerobert/jazz
Extensive toolkit based on the Java2D API
https://github.com/jeromerobert/jazz
java2d
Last synced: 4 months ago
JSON representation
Extensive toolkit based on the Java2D API
- Host: GitHub
- URL: https://github.com/jeromerobert/jazz
- Owner: jeromerobert
- License: other
- Created: 2017-07-02T17:33:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T08:11:42.000Z (over 8 years ago)
- Last Synced: 2025-03-27T04:43:58.578Z (11 months ago)
- Topics: java2d
- Language: Java
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Introduction
Jazz is a Java2D toolkit based from HCIL of University of Maryland.
This repository was created from tarballs downloaded from .
Jazz is no longer actively maintained by its original authors and
user should migrate to [Piccolo2D](http://piccolo2d.org).
The main goal of this repository is to make Jazz building with up to date
version of Java.
# Getting started
Jazz comes with seven jar files:
|jar name| description|
|--------------|--------------------------------------------------|
| jazz.jar | This jar contains the Jazz 2d graphics framework.|
| jazzx.jar | This jar contains nonessential, but mabye usefull jazz framework code.|
| hinote.jar | This jar contains Hinote, a zoomable drawing program with hyperlinks.|
| help.jar | This jar is used by the Hinote application.|
| graphit.jar | This jar contains Graphit, a simple jazz graph drawing program.|
| examples.jar | This jar contains simple examples of the jazz programs.|
| tests.jar | This jar contains unit tests for classes in the jazz framework.|
These jar files (excluding jazz.jar which is a library) can all be run by
double clicking with the mouse on the jar file or by running the command
java -jar
# More information
More Jazz documentation can be found in the ./doc directory of this release
and on the [Jazz web site](http://www.cs.umd.edu/hcil/jazz/).