Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
org.piccolo2d:piccolo2d-complete
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.6 or newer.
To build Piccolo2D.Java you need to have a Java Runtime Environment (JRE) or Java Development Kit (JDK) version 1.6 or newer, and Apache Maven version 3.0.5 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 with JDK version 1.6 or later 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/
USING PICCOLO2D.JAVA
To include the Piccolo2D core classes in your project, use a dependency of
org.piccolo2d piccolo2d-core 3.0in your pom.xml. To include the Piccolo2D core classes and the Piccolo2D extras classes in your project, use a dependency of
org.piccolo2d piccolo2d-extras 3.0in your pom.xml. To include the Piccolo2D core classes and the Piccolo2D SWT classes in your project, use a dependency of
org.piccolo2d piccolo2d-swt 3.0in your pom.xml. If your project does not use maven, simply include the relevant Piccolo2D jars in your project's classpath.
BUILDING PICCOLO2D.JAVA
To build all the Piccolo2D modules
$ mvn install
To build and run the Piccolo2D examples runnable jar
$ cd examples $ mvn assembly:assembly $ java -jar target/piccolo2d-examples-3.0-jar-with-dependencies.jar
To build and run the Piccolo2D SWT examples runnable jar
$ cd swt-examples $ mvn assembly:assembly $ java -jar target/piccolo2d-swt-examples-3.0-jar-with-dependencies.jar
FAQs
A revolutionary way to create robust, full-featured graphical applications in Java and C#, with striking visual effects such as zooming, animation and multiple representations.
We found that org.piccolo2d:piccolo2d-complete demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.