Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Swing Utility Classes

Compare

  No analysis available

Message from the owner(s) There are numerous SwingUtil classes and packages all over the internet. I've created a project here where I've placed my swing utilities that I always use. If you've got utilities that you use, please consider contributing them to this project. I've added Generics ... [More] support to a second source tree in this project. I reworked the org.wonderly.swing.prefs package to use the Generics support so that it could be used for more than just swing component mappings. Non-Generics Version Java Docs The initial version without Generics visible. This version will not be supported except for bug fixes. Generics Version Java Docs This version includes the use of Generics to help make many of the classes cleaner and less error-prone due to casting bugs. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses
Tags java swing

PgsLookAndFeel

Compare

  No analysis available

Message from the owner(s) The current version of the PgsLookAndFeel is 1.1

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache

Joplin Music Player

Compare

  No analysis available

A desktop music player based on components from the SwingLabs project.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

swinglabs-demos

Compare

  No analysis available

Project for creating and maintaining demos of the SwingLabs project, and its sub-projects. This Project contains common code among demos, including Database configuration and setup, jnlp file configuration, build files, and look and feel initialization.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl
Tags java swing

swingwork

Compare

  No analysis available

Swing implementation of the xwork framework.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache
Tags java swing

TFrame

Compare

  No analysis available

Extends JFrame and gives simple utility methods and AbstractActions. This project includes a framework, demo programs and utility helper classes. This framework has been used in production applications since 2002.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

Iterator-based swing components

Compare

  No analysis available

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, but as it's a binary tree, index lookup is ... [More] complicated. This project provides two new components: JIteratorList and JIteratorComboBox. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

Swing Wizard Framework

Compare

  No analysis available

A wizard framework based on a WizardModel and WizardSteps.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

JGoodies Animation

Compare

  No analysis available

The JGoodies Animation framework enables you to produce time-based real-time animations in Java. It has been designed for a seemless, flexible and powerful integration with Java, ease-of-use and a small library size.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: bsd
Tags java swing

Table layouts using ExplicitLayout

Compare

  No analysis available

This project provides a TableBuilder for constructing table layouts using ExplicitLayout.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl
Tags gui java swing