How to Install libpiccolo-java in Ubuntu 18.04



Install libpiccolo-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libpiccolo-java

Description:

toolkit for development of 2D structured graphics

Piccolo is a toolkit for creating graphical applications in Java, with visual effects such as zooming, animation and multiple representations. It supports the development of 2D structured graphics programs, in general, and Zoomable User Interfaces (ZUIs), in particular. . Piccolo allows programmers to build structured graphical applications without worrying about the low level details. The infrastructure provides efficient repainting of the screen, bounds management, event handling and dispatch, picking (determining which visual object the mouse is over), animation, layout, zooming, and more.

Homepage: http://www.cs.umd.edu/hcil/jazz/index.shtml

Version: 1.2-1

Section: universe/java