piccolo2d.java

@Michael L Heuer Michael L Heuer authored on 28 Nov 2009
core adding @since 1.3 tags in core where clirr report identified new items 15 years ago
examples Changed the Canvases to have preferred size rather than the Container. 15 years ago
extras adding @since 1.3 tags 15 years ago
parent issue#146 add personal info. 15 years ago
src/ site Adding site info back to root, since it seems to behave differently in hudson than on desktop. 15 years ago
swt Making SWTGraphics2D not use internal .height field since isn't technically part of its public API; As per Issue 125. 15 years ago
swt-examples Making SWTGraphics2D not use internal .height field since isn't technically part of its public API; As per Issue 125. 15 years ago
.gitignore ignores refined 15 years ago
Readme.txt Issue 43 ; updating release notes and readme for upcoming 1.3 release 15 years ago
ReleaseNotes.txt Issue 43 ; updating release notes and readme for upcoming 1.3 release 15 years ago
license-piccolo.txt Issue 59 ; updating license date range to include 2009 16 years ago
pom.xml adding license text to pom files 15 years ago
Readme.txt
This is the Piccolo2D.Java README file

INTRODUCTION
	
Welcome to Piccolo2D! Piccolo2D is a revolutionary way (in the Jazz ZUI 
tradition) to create robust, full-featured graphical applications in 
Java, with striking features such as zooming and multiple representation. 
Piccolo2d.Java is an extensive toolkit based on the Java2D API.

REQUIREMENTS

To run Piccolo2D.Java applications you need to have a Java Runtime
Environment (JRE) or Java Development Kit (JDK) version 1.4 or newer.

To build Piccolo2D.Java you need to have a Java Runtime Environment
(JRE) or Java Development Kit (JDK) version 1.5 or newer, and Apache
Maven version 2.0.10 or newer.

Java Runtime Environment (JRE)
http://java.sun.com/javase/downloads/index.jsp#jre

Java Development Kit (JDK)
http://java.sun.com/javase/downloads/index.jsp#jdk

Apache Maven
http://maven.apache.org/download.html

For some platforms, including Mac OSX on x86_64, the Eclipse
Standard Widget Toolkit (SWT) version 3.3.0 or later must also
be installed manually.

Eclipse Standard Widget Toolkit
http://www.eclipse.org/swt/

See
http://code.google.com/p/piccolo2d/wiki/BuildSWTOnMacOSX

for further details.


USING PICCOLO2D.JAVA

[todo]


BUILDING PICCOLO2D.JAVA

[todo]