Projects tagged ‘java’ and ‘user_interfaces’


[4 total ]
2

JGraph Diagram Component

 

JGraph is a free, mature, and robust Java Graphing framework that fully complies with Swing design principles. It contains all the graph visualization and interaction functionality you might expect in a graph library, including multiple views ... [More] , layering, zoom, drag and drop, undo, automatic expanding and collapsing, routing, and layouts. You can create stunning workflow editors, call graphs, CAD tools, network diagrams, database visualization tools, and more. It can also be deployed on the server-side with a large range of image exporting functionality. It is fully documented and commercially supported. [Less]

2

Vexi

 
Primary Language: C++ Licensed as: Apache License 2.0,GNU General Public License 2.0,GNU Lesser General Public License 2.1

Vexi is a platform for creating and publishing Graphical User Interfaces that can be used over the Internet or an intranet. It features a very simple and powerful syntax based on XML and JavaScript, a set of complete, extensible, themable widgets, and a sandbox-like security model to protect users.

Metrics updated 13 Oct 08

0

leJOS RCX

 
Primary Language: Java

leJOS is a Java-based replacement firmware (OS) for the Lego Mindstorms RCX, a programmable brick with 32 Kb of RAM, which is included in Lego's Robotics Invention System. leJOS supports threads, exceptions, synchronization, floating point ... [More] arithmetic, strings, and so on, but there is no garbage collection yet. leJOS is also designed to be portable to other small devices. [Less]

Metrics updated about 14 hours ago

0

Iterator-based swing components

 
Primary Language: Java

JComboBox and JList are index-based components. This is a problem when dealing with huge models that are stored in a local disk database. Berkeley DB has an efficient way of storing and retrieving records, which can be used as the source for a model ... [More] , but as it's a binary tree, index lookup is complicated. This project provides two new components: JIteratorList and JIteratorComboBox. [Less]

Metrics updated 14 Oct 08