Projects tagged ‘java’, ‘library’, and ‘user_interfaces’


Jump to tag:

Projects tagged ‘java’, ‘library’, and ‘user_interfaces’

Filtered by Project Tags java library user_interfaces

Refine results Project Tags components (2) component (2) swing (2) gui (2) programming (1) tools (1) database (1) development (1) office (1) code (1) visualization (1) business (1)

[2 total ]

2USERS

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]

0USERS

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]