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


[29 total ]

47USERS
   

JFreeChart is a chart library for the Java platform that supports a wide range of charts including pie charts (2D and 3D), bar charts (horizontal and vertical, regular or stacked, with optional 3D-effects), line charts, XY plots, scatter plots, time ... [More] series charts, high/low/open/close charts, candlestick plots, Gantt charts, Pareto charts, combination charts, and more. It is suitable for use in applications, applets, servlets, and JSP. [Less]

14USERS
   

Extensions and additions to the Java Swing toolkit. Successful SwingX components may be considered for inclusion in future versions of the JDK.

13USERS
   

JGoodies Windows l&f and Plastic l&f family

12USERS
   

The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing applications.

9USERS
 

SwingLabs is a Sun Microsystems supported project that allows experimentation with extensions to existing Swing components, new Swing components, and other desktop related technologies such as Java2D, AWT, etc. It acts as a testbed for ideas related to client side technologies, and provides a path for inclusion to future versions of the JDK.

9USERS
   

JGoodies Forms layout system

9USERS
   

FEST is a collection of libraries that aims at simplifying creation and maintenance of automated tests. Its main module, the Swing module, provides the following benefits: * Simulation of user-generated events and reliable GUI component ... [More] lookup * Easy-to-use and powerful API that simplifies creation and maintenance of Swing GUI functional tests * Supports both JUnit and TestNG * Ability to take screenshots of failed GUI tests and embed them in a HTML report (JUnit and TestNG) * Experimental Groovy Builder support for creating GUI tests [Less]

4USERS
 

jSeamless is a UI abstraction layer for Java to allow developers to write code for any platform and any environment (Web, Desktop, Mobile, etc.) without having to know ahead of time the deployment platform or environment will.

2USERS
 

SwingX-WS contains a set of JavaBeans for interacting with web services. Initial beans include support for several Yahoo and Google webservices such as searching news, video, images, and financial data, as well as a generic tile based mapping component.

2USERS

JChart2D is a Swing widget for precise runtime visualization of numerical tuples in an x-y plot. It is easy to use and is designed for runtime display. Unlike other charting tools that cover all kinds of views (pie, bar, etc.), it just creates ... [More] precise x-y plots. It is thread-safe, in that many different threads in an application may each add data to plot. A single chart may contain multiple different traces. It also features automatic scaling, choice of unit, and setting of ranges that always have to be included in the plot. [Less]

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]

2USERS
 

JEuclid is a complete MathML rendering solution, consisting of: * A MathViewer application * Command line converters from MathML to other formats * An ant task for automated conversion * Display components for AWT and Swing * A component for Apache Cocoon * A plug-in for Apache FOP

2USERS
 

Monkeybars is a library enabling you to write GUI applications using JRuby and Swing. You can build your GUI in any editor so that you can have an application that is designed using modern tools but has all the logic contained within Ruby.

2USERS
 

Java Instant Message (IM) Library, Client and Tools. Flexible framework to design your own IM client or bots. Supports AIM, ICQ, Yahoo, MSN, Jabber, SMS. Fully functional GUI with spell checking and a lot more. Includes a web interface for remote/cell access.

1USERS

Icons in java are generally of a fixed size. In fact the documentation states that the Icon is "A small fixed size picture, typically used to decorate components." This library is designed to extend this definintion to essentially remove the 'fixed size' bit and as such increase the number of use-cases that the icon can be applied to.

1USERS

Flying Saucer is a strict XHTML/XML renderer written in 100% Java (no native browser hooks), for embedding in a variety of applications (chat programs, mp3 players, web services clients, etc). It aims to provide strict and *full* webstandard ... [More] compliance for XHTML with CSS 2.1 styling. Input is well-formed XML and styling/layout is done with CSS. Output is PDF, Swing panel (for interactive use), image files, and SWT support is being developed. As of the current release, R7, the library should support almost all of CSS 2.; limitations on CSS support are listed in the project issue tracker. [Less]

1USERS
   

YaHP is a Java library that allows you to convert an HTML document into a PDF document.

1USERS
 

Xulux is a Front End API for Java.

1USERS
 

UFace provides a Universal API to create rich user interface applications on a variety of platforms such as the web via GWT or Java via Swing or Eclipse. UFace provides a thin facade above the various widget implementations, then uses JFace Data ... [More] Binding to bind your model objects to the user interface widgets. The primary targets are implementation for GWT (including 3rd party widgets from e.g. gwt-ext, MyGWT), SWT/JFace and Swing but the API should flexible enough to allow other widget libraries to provide their own facades such as for things like QT-Jambi or JGoodies. [Less]

1USERS
 

JAPI is a Java API intended to make life easier for Java application developers. Currently it is targetted on normal Desktop Java (J2SE). JAPI helps you writing internationalized and localized Swing applications with very little effort and very ... [More] efficient event handling code. Additionally it contains some useful classes about I/O and XML. Note: JAPI requires J2SE 5.0 or later. [Less]

1USERS
 

Spring-RCP's mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes.

0USERS

Buoy is a library for creating user interfaces in Java programs. It is built on top of Swing, but provides completely new classes to represent UI components. Its advantages include a simpler API, a more powerful event handling mechanism, and much more.

0USERS
   

The Java Desktop Network Component (JDNC) project is about reducing the effort and expertise required to build rich, responsive Java desktop clients. JDNC leverages the power of J2SE and Swing, but provides a simplified programming model which ... [More] enables common user-interface functionality to be constructed more quickly, without requiring significant Swing or GUI programming skill. [Less]

0USERS

Java Calendar Tools is a project to provide Java-based tools and components that will leverage industry standard calendar protocols (iCalendar in particular). Currently available libraries include an iCalendar library and a Swing-based month-at-a-time CalendarPanel class for displaying events.

0USERS

The SQL Power library has grown organically over the years to support several applications, both open source and proprietary. It will grow more in the near future as shared code from two newly-open-source products is migrated into this shared code repository.

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]

0USERS

Profligacy is a JRuby library that makes building Swing Graphical User Interface much easier than with Raw code. It’s not a builder as with many other projects, but instead a simple Ruby way to structure the UI for the 80% common cases you’ll encounter.

0USERS

A nice LookAndFeel for Swing. It aims to provide a platform independent LookAndFeel that looks and feels like a modern look, thus it has many rollovers, gradients and nice borders.

0USERS

SwingFX is a suite of effects, components, and more that are written in Java, typically using Java2D and Swing.