Projects tagged ‘swing’ and ‘user_interfaces’


Jump to tag:

Projects tagged ‘swing’ and ‘user_interfaces’

Filtered by Project Tags swing user_interfaces

Refine results Project Tags gui (2) java (2) components (2) component (2) library (2) visualization (1) code (1) reporting (1) office (1) api (1) text_ui (1) ui (1)

[3 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]

1

Charva

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

CHARVA is a Java framework for presenting a "graphical" user interface, composed of elements such as windows, dialogs, menus, textfields and buttons, on a traditional character-cell ASCII terminal. It has an API based on that of "Swing" (a.k.a. the ... [More] Java Foundation Classes). Programmers familiar with AWT and Swing will find programming CHARVA straightforward. User interfaces can be designed on a WYSIWYG IDE, and then easily converted to CHARVA merely by changing the "import" statements to import the "charva.awt and "charvax.swing" packages instead of the standard "java.awt" and "javax.swing" packages. [Less]

Metrics updated about 21 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 06 Oct 08