<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>JavaToolbox Category : Rich client UI - Swing</title>
    <link>https://javatoolbox.com/categories/rich-client-ui</link>
    <description>Category of tools referenced on JavaToolbox.com</description>
    <managingEditor>info@NOJavaToolboxSPAM.com</managingEditor>
    <webMaster>info@NOJavaToolboxSPAM.com</webMaster>
    <language>en</language>
    <copyright>Fabrice Marguerie</copyright>
    <pubDate>Tue, 05 May 2026 13:02:33 GMT</pubDate>
    <lastBuildDate>Tue, 05 May 2026 13:02:33 GMT</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://z.javatoolbox.com/style/LogoForRss.png</url>
      <title>JavaToolbox Category : Rich client UI - Swing</title>
      <link>https://javatoolbox.com/categories/rich-client-ui</link>
    </image>
    <item>
      <title>Xing</title>
      <link>https://javatoolbox.com/tools/xing</link>
      <guid>https://javatoolbox.com/tools/xing</guid>
      <pubDate>Tue, 23 Aug 2005 19:21:41 GMT</pubDate>
      <description>&lt;p&gt;Xing is a MVC framework to develop Swing (not only) based Java applications. Xing allows user interfaces to be defined using XML. It includes data-form binding, log, preference etc. Mediator patter simplifies the controller part implementation.
&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/xing"&gt;more about Xing&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>jPDFViewer</title>
      <link>https://javatoolbox.com/tools/jpdfviewer</link>
      <guid>https://javatoolbox.com/tools/jpdfviewer</guid>
      <pubDate>Wed, 05 Sep 2007 20:44:32 GMT</pubDate>
      <description>&lt;p&gt;Java PDF viewer bean.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- View PDF
&lt;br /&gt;- Print PDF
&lt;br /&gt;- Thumbnails, bookmarks and annotations views for easy navigation
&lt;br /&gt;- Supports form fields and annotations
&lt;br /&gt;- Supports digital signatures
&lt;br /&gt;- Customizable toolbar
&lt;br /&gt;- Load files from local, network, url, stream&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jpdfviewer"&gt;more about jPDFViewer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JXMLPad</title>
      <link>https://javatoolbox.com/tools/jxmlpad</link>
      <guid>https://javatoolbox.com/tools/jxmlpad</guid>
      <pubDate>Fri, 08 Jul 2005 08:25:01 GMT</pubDate>
      <description>&lt;p&gt;JXMLPad is a Swing java component/framework for editing XML/XHTML document.
&lt;br /&gt;&lt;br /&gt;Main features :
&lt;br /&gt;- Document Syntax completion (from the current location) for tag and entities using DTD,Schema,RelaxNG
&lt;br /&gt;- Look-and-feel plugIn
&lt;br /&gt;- Real time syntax error
&lt;br /&gt;- Template for easy creation
&lt;br /&gt;- Several standard actions for XML usage (parsing, search, comment...)
&lt;br /&gt;- Standard Swing EditorKit
&lt;br /&gt;- Customizable with a property file
&lt;br /&gt;- Drag and drop (copy and paste nodes)
&lt;br /&gt;- Supports Unicode
&lt;br /&gt;- Supports JDK 1.4 and 1.5&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jxmlpad"&gt;more about JXMLPad&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JNetStart</title>
      <link>https://javatoolbox.com/tools/jnetstart</link>
      <guid>https://javatoolbox.com/tools/jnetstart</guid>
      <pubDate>Tue, 11 Apr 2006 09:00:49 GMT</pubDate>
      <description>&lt;p&gt;Facilitates launching Java Swing applications deployed on a remote server without installing or downloading the application component files.
&lt;br /&gt;The technology narrows the gap between the web browser and Swing by making large client applications instantly available to the user and providing a web style experience in the startup process.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- comprised of a server where Swing applications are deployed and a client stub that loads the application classes and resources on demand;
&lt;br /&gt;- the application code is downloaded from the server and runs on the client computer;
&lt;br /&gt;- the client never caches anything on the local drive. The application jars are not downloaded from the server;
&lt;br /&gt;- the application runs in a secure environment similar to Java Applets and unsigned applications in WebStart. A secure API is provided for developing applications that read and write local files and print documents under strict user control.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jnetstart"&gt;more about JNetStart&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JFormDesigner</title>
      <link>https://javatoolbox.com/tools/jformdesigner</link>
      <guid>https://javatoolbox.com/tools/jformdesigner</guid>
      <pubDate>Mon, 18 Dec 2006 18:46:38 GMT</pubDate>
      <description>&lt;p&gt;Java/Swing GUI designer.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- IDE plug-ins and stand-alone application: JFormDesigner is available as IDE plug-ins for Eclipse, IntelliJ IDEA and JBuilder and as stand-alone application.
&lt;br /&gt;- GroupLayout support, which brings the "Free Design" paradigm to JFormDesigner (as in NetBeans GUI Builder; formerly Project Matisse). You can lay out your forms by simply placing components where you want them.
&lt;br /&gt;- JGoodies FormLayout and Clearthought's TableLayout support
&lt;br /&gt;- GridBagLayout support allows the specification of horizontal and vertical gaps (as in TableLayout).
&lt;br /&gt;- Column and row headers (for grid based layout managers) show the structure of the layout (including column/row indices, alignment, growing, grouping) and allow you to insert or delete columns/rows and change column/row properties.
&lt;br /&gt;- Localization support
&lt;br /&gt;- Java code generator or runtime library: Either let JFormDesigner generate Java source code for your forms (the default) or use the royalty-free runtime library to load JFormDesigner XML files at runtime.
&lt;br /&gt;- Generation of nested classes: The Java code generator is able to generate and update nested classes.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jformdesigner"&gt;more about JFormDesigner&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>MT4J</title>
      <link>https://javatoolbox.com/tools/mt4j</link>
      <guid>https://javatoolbox.com/tools/mt4j</guid>
      <pubDate>Fri, 05 Mar 2010 15:42:56 GMT</pubDate>
      <description>&lt;p&gt;MT4j (Multitouch for Java) is an open source development platform, created for rapid developement of graphically rich applications.
&lt;br /&gt;MT4j is designed to support different kinds of input devices with a special focus on multitouch support.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- can be used for 2D, 3D or 2.5D (pseudo-3D) applications
&lt;br /&gt;- cross-platform (currently tested under Windows 7, XP, Vista and Ubuntu Linux)
&lt;br /&gt;- extensible, component based scene graph structure (similar to the Swing framework)
&lt;br /&gt;- input abstraction layer: support for all sorts of input devices can be added
&lt;br /&gt;- supports the Windows 7 touch features natively and all the compliant multi-touch hardware
&lt;br /&gt;- supports the TUIO protocol, which is provided by finger and object tracking software such as Reactivision, CCV or Touché
&lt;br /&gt;- flexible multitouch gesture system: you can define your own multitouch gestures
&lt;br /&gt;- the most common multitouch gestures are already included and can be registered modularly with any component for a pluggable behaviour changeable at runtime
&lt;br /&gt;- software or hardware accelerated graphics rendering (using OpenGL)
&lt;br /&gt;- includes many graphical objects e.g.: rectangles, round rectangles, ellipses, polygons, lines, triangle meshes, spheres, cubes, etc. with support for textures, gradients, fill and outline color
&lt;br /&gt;- includes prebuilt UI components: buttons, text, lists, sliders and a multitouch enabled keyboard
&lt;br /&gt;- support for loading and fast rendering of vector graphics from SVG files
&lt;br /&gt;- supports bitmap and vector fonts (SVG and True Type Fonts)
&lt;br /&gt;- imports 3D objects from .3ds and .obj files
&lt;br /&gt;- precise picking/selection of all geometric objects in 2D or 3D space
&lt;br /&gt;- animation support
&lt;br /&gt;- built on top of Processing, which allows you to use its many features and libraries
&lt;br /&gt;- test your multitouch application by using one or even multiple mice connected to your PC&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/mt4j"&gt;more about MT4J&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wingz</title>
      <link>https://javatoolbox.com/tools/wingz</link>
      <guid>https://javatoolbox.com/tools/wingz</guid>
      <pubDate>Tue, 13 Dec 2005 16:54:52 GMT</pubDate>
      <description>&lt;p&gt;Provides components and solutions that complement Swing and assist in creating Enterprise Internet Application solutions.
&lt;br /&gt;Wingz is a framework that provides what is needed to create data-centric GUIs for Java environments.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Wingz Widget: more than 50 components designed to take advantage of the Swing architecture. Includes ZTextField, ZExplorerBar, ZButton, ZTable, ZTableView, ZPanel, ZSelector, ZBorder, etc.
&lt;br /&gt;- Wingz Kernel: offers convenience classes such as a dynamic Table Object for database access and a plugable comunication layer.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/wingz"&gt;more about Wingz&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JGoodies Swing Suite</title>
      <link>https://javatoolbox.com/tools/jgoodies-swing-suite</link>
      <guid>https://javatoolbox.com/tools/jgoodies-swing-suite</guid>
      <pubDate>Tue, 18 Oct 2005 21:40:52 GMT</pubDate>
      <description>&lt;p&gt;The JGoodies Swing Suite provides components and solutions that complement Swing to solve common user interface tasks.
&lt;br /&gt;The Swing Suite is built upon the JGoogides free libraries, adds support, example applications, a bunch of custom components, prebuilt panels, dialogs and frames.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jgoodies-swing-suite"&gt;more about JGoodies Swing Suite&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>DateChooser</title>
      <link>https://javatoolbox.com/tools/datechooser</link>
      <guid>https://javatoolbox.com/tools/datechooser</guid>
      <pubDate>Fri, 16 Sep 2005 08:55:55 GMT</pubDate>
      <description>&lt;p&gt;DateChooser is a Java class that allows a programmer to present the user with an input dialog for easily choosing a date and feeding it to the program.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/datechooser"&gt;more about DateChooser&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JVider</title>
      <link>https://javatoolbox.com/tools/jvider</link>
      <guid>https://javatoolbox.com/tools/jvider</guid>
      <pubDate>Wed, 28 Sep 2005 06:31:55 GMT</pubDate>
      <description>&lt;p&gt;GUI builder tool for Java Swing applets and applications.
&lt;br /&gt;An Eclipse plugin is also released.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- standard Java Swing components are used
&lt;br /&gt;- gridBagLayout is used for layout (no absolute positioning)
&lt;br /&gt;- interactive UI design with drag &amp;amp; resize features
&lt;br /&gt;- testing UI on the fly without compiling
&lt;br /&gt;- ability to save/load your designs
&lt;br /&gt;- view and export produced Java source code as Frame or Applet
&lt;br /&gt;- custom JavaBeans supported
&lt;br /&gt;- tutorial and samples provided
&lt;br /&gt;- undo/redo support
&lt;br /&gt;- components supported: JPanel, JButton, JToggleButton, JCheckBox, JRadioButton, JTextField, JTextArea, JLabel, JTable, JComboBox, JList, JTabbedPane, JProgressBar, JSlider, JTree, JSplitPane.
&lt;br /&gt;- platform independent&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jvider"&gt;more about JVider&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JDirChooser</title>
      <link>https://javatoolbox.com/tools/jdirchooser</link>
      <guid>https://javatoolbox.com/tools/jdirchooser</guid>
      <pubDate>Thu, 23 Jun 2005 06:58:58 GMT</pubDate>
      <description>&lt;p&gt;JDirChooser provides a tree control to allow a user select a directory. Allow multiple selection, built-in two file selection mode, can pop up dialog or add into custom panel, custom file view, file filter, support file hiding enabled. 
&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jdirchooser"&gt;more about JDirChooser&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Atris Framework</title>
      <link>https://javatoolbox.com/tools/atris-framework</link>
      <guid>https://javatoolbox.com/tools/atris-framework</guid>
      <pubDate>Fri, 16 Sep 2005 08:51:10 GMT</pubDate>
      <description>&lt;p&gt;The Atris Framework is a free (open source) framework and visual screen editor, written in the Java language that allows developers to create GUI based interfaces that can be developed using Java on one specific operating system and run on any operating system platform that supports Java.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/atris-framework"&gt;more about Atris Framework&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JGoodies Looks</title>
      <link>https://javatoolbox.com/tools/jgoodies-looks</link>
      <guid>https://javatoolbox.com/tools/jgoodies-looks</guid>
      <pubDate>Wed, 19 Jul 2006 11:33:17 GMT</pubDate>
      <description>&lt;p&gt;Looks &amp;amp; feels for Swing applications and applets.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Windows look &amp;amp; feel: focuses on an emulation on Windows 95/98/NT/ME/2000 in the following areas: menus, icons, colors, borders, fonts, font sizes, insets, and widget dimensions. It honors the screen resolution (96dpi vs. 120 dpi) to adjust sizes, insets, and widget dimensions.
&lt;br /&gt;- Multi-platform appearance: Plastic is a multi-platform look &amp;amp; feel family that works well on all Windows platforms, including XP. The Plastic themes have been tweaked for a harmonic integration with the majority of desktops so that your applications won't alienate a Windows user.
&lt;br /&gt;- Simplifying multi-platform support: the looks help you support different Java versions and operating systems. Each look is consistent for Java 1.4.0x, 1.4.1x, 1.4.2 and the 1.5.0 betas - to the possible extent of features of the underlying Swing API.
&lt;br /&gt;- In addition, Plastic, the Windows look &amp;amp; feel, and the Windows native look use similar widget dimensions and widget font baselines to minimize layout differences between these looks.
&lt;br /&gt;- ClearLook: find and fix common swing misuses&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jgoodies-looks"&gt;more about JGoodies Looks&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Servoy</title>
      <link>https://javatoolbox.com/tools/servoy</link>
      <guid>https://javatoolbox.com/tools/servoy</guid>
      <pubDate>Sat, 02 Aug 2008 14:06:27 GMT</pubDate>
      <description>&lt;p&gt;Cross-platform application development and deployment environment.
&lt;br /&gt;Servoy enables you to build applications that can be deployed to both the desktop and over the internet, with one code base.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Eclipse plug-in
&lt;br /&gt;- GUI designer
&lt;br /&gt;- event-driven
&lt;br /&gt;- scriptable through JavaScript&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/servoy"&gt;more about Servoy&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>eFace</title>
      <link>https://javatoolbox.com/tools/eface</link>
      <guid>https://javatoolbox.com/tools/eface</guid>
      <pubDate>Mon, 13 Oct 2008 22:44:32 GMT</pubDate>
      <description>&lt;p&gt;XAML/WPF for Java
&lt;br /&gt;eFace provides an unified programming model for building both rich client and Web application.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Rapid and domain-oriented development
&lt;br /&gt;- Cross-environment applications
&lt;br /&gt;- Insulation from technology change
&lt;br /&gt;- XAML fundamentals: a markup language for declarative application programming
&lt;br /&gt;- Controls: a library of controls that support user interface development
&lt;br /&gt;- Data binding: elements can be bound to data from a variety of data sources in the form of Java objects and XML
&lt;br /&gt;- Internationalization and Localization&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/eface"&gt;more about eFace&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>MyDoggy</title>
      <link>https://javatoolbox.com/tools/mydoggy</link>
      <guid>https://javatoolbox.com/tools/mydoggy</guid>
      <pubDate>Tue, 17 Apr 2007 13:34:50 GMT</pubDate>
      <description>&lt;p&gt;Docking framework to be used in cross-platform Swing applications.
&lt;br /&gt;MyDoggy is an IntelliJ Idea-like docking framework for managing secondary windows within the main window. It allows to move, resize or extract those secondary windows. Also, MyDoggy provides support for content management of the main window. Like Eclipse, MyDoggy supports the concept of "prospective" using mydoggy groups.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/mydoggy"&gt;more about MyDoggy&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PSwing</title>
      <link>https://javatoolbox.com/tools/pswing</link>
      <guid>https://javatoolbox.com/tools/pswing</guid>
      <pubDate>Wed, 27 Apr 2005 16:12:14 GMT</pubDate>
      <description>&lt;p&gt;Java Swing component library.
&lt;br /&gt;PSwing has no third-party dependencies. Just drop the pswing.jar into your classpath and you're ready to go.
&lt;br /&gt;&lt;br /&gt;PSwing includes the following components: PComboBox, DateComboBox, SearchCombo   , ColorSelector, FontSelector, PIntField.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/pswing"&gt;more about PSwing&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>AspenCloud Widgets</title>
      <link>https://javatoolbox.com/tools/aspencloud-widgets</link>
      <guid>https://javatoolbox.com/tools/aspencloud-widgets</guid>
      <pubDate>Fri, 27 Oct 2006 12:23:56 GMT</pubDate>
      <description>&lt;p&gt;Composite widgets made up of several SWT components that all together form a new widget of an entirely new capacity.
&lt;br /&gt;&lt;br /&gt;Widgets: CDatepicker, CDatepickerCombo, CNumPad, CNumPadCombo, CTableTree, CCalendar
&lt;br /&gt;&lt;br /&gt;Guidelines followed to make the widgets useful for different projects include:
&lt;br /&gt;- Maximize screen space; every piece should do something
&lt;br /&gt;- Do not rely solely on the presence of either a keyboard or a mouse
&lt;br /&gt;- Maintain a native look and feel, though not necessarily native components
&lt;br /&gt;- Follow the API style of SWT and JFace
&lt;br /&gt;- Cross Platform
&lt;br /&gt;- International&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/aspencloud-widgets"&gt;more about AspenCloud Widgets&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JExplorer</title>
      <link>https://javatoolbox.com/tools/jexplorer</link>
      <guid>https://javatoolbox.com/tools/jexplorer</guid>
      <pubDate>Tue, 27 Jun 2006 12:13:02 GMT</pubDate>
      <description>&lt;p&gt;Library for integrating Internet Explorer into Java applications.
&lt;br /&gt;JExplorer allows embedding the Internet Explorer browser into Swing applications and use the provided JExplorer API.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Visual Browser component for embedding into a Swing UI and the HeadlessBrowser implementation for automated tests
&lt;br /&gt;- Usual methods for navigation such as navigate(), back(), forward() and stop()
&lt;br /&gt;- Regular Java listeners for various browser events
&lt;br /&gt;- Execute JavaScript on the HTML page by using the WebBrowser.executeScript() method
&lt;br /&gt;- Set and get the HTML content by using respectively the setContent() and getContent() methods of the WebBrowser instance
&lt;br /&gt;- Create context-dependent Java menus instead of standard browser menus
&lt;br /&gt;- Access to the browser's DOM and fast W3C DOM API adapters
&lt;br /&gt;- Access to the browser's extended options such as AllowImages, AllowScripts, etc.
&lt;br /&gt;- Set and get cookies for the specified URL by using the setCookie() and getCookies() methods
&lt;br /&gt;- Forms API providing a way to manipulate data in the HTML form elements
&lt;br /&gt;- Direct access to the MSHTML API via wrappers for COM interfaces
&lt;br /&gt;- JNIWrapper API access&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jexplorer"&gt;more about JExplorer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JGoodies Forms</title>
      <link>https://javatoolbox.com/tools/jgoodies-forms</link>
      <guid>https://javatoolbox.com/tools/jgoodies-forms</guid>
      <pubDate>Thu, 12 May 2005 06:22:36 GMT</pubDate>
      <description>&lt;p&gt;The JGoodies Forms framework helps you lay out and implement Swing panels.
&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jgoodies-forms"&gt;more about JGoodies Forms&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bright Side Framework</title>
      <link>https://javatoolbox.com/tools/bright-side-framework</link>
      <guid>https://javatoolbox.com/tools/bright-side-framework</guid>
      <pubDate>Thu, 28 Jul 2005 07:31:14 GMT</pubDate>
      <description>&lt;p&gt;Provides ready-to-use, high-level J2EE components that will help you build business J2EE applications accessed by rich Java/Swing clients on HTTP. 
&lt;br /&gt;The components are loosely coupled, which allows you to pick only the one you need.
&lt;br /&gt;&lt;br /&gt;Components include:
&lt;br /&gt;- Remoting: HTTP communication layer between a J2EE server and a Java/Swing rich client.
&lt;br /&gt;- Smart Value Object: track client side modifications of business objects graphs.
&lt;br /&gt;- List Of Values: use referential data on the rich client's side.
&lt;br /&gt;- Remote Iterator: enables a rich client to get the datarows returned by the execution of a SQL statement.
&lt;br /&gt;- Request Definition: XML server-side description and execution of a SQL statement.
&lt;br /&gt;- Table Display: enhanced Jtable for displaying the results of a SQL statement.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/bright-side-framework"&gt;more about Bright Side Framework&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JSyntaxColor</title>
      <link>https://javatoolbox.com/tools/jsyntaxcolor</link>
      <guid>https://javatoolbox.com/tools/jsyntaxcolor</guid>
      <pubDate>Fri, 08 Jul 2005 08:19:16 GMT</pubDate>
      <description>&lt;p&gt;Library for coloring in real time user text input.
&lt;br /&gt;&lt;br /&gt;Main features :
&lt;br /&gt;* Standard EditorKit 
&lt;br /&gt;* Simple property file for each syntax description 
&lt;br /&gt;* Real time switch between syntax description 
&lt;br /&gt;* Very compact and fast 
&lt;br /&gt;* Applet support
&lt;br /&gt;* Inner cache for limiting parsing scope
&lt;br /&gt;* Tokens libraries cutomizable by user 
&lt;br /&gt;* Color, Underline, Border attributes support 
&lt;br /&gt;* Sample for Java/SQL/Formula syntax
&lt;br /&gt;* Many samples for API interesting parts 
&lt;br /&gt;* Open source for the registered version 
&lt;br /&gt;* JDK 1.2 - 1.5 compliant 
&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jsyntaxcolor"&gt;more about JSyntaxColor&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>FrameView</title>
      <link>https://javatoolbox.com/tools/frameview</link>
      <guid>https://javatoolbox.com/tools/frameview</guid>
      <pubDate>Mon, 25 Jul 2005 07:55:44 GMT</pubDate>
      <description>&lt;p&gt;FrameView is a Java Swing framework used to create business software. Features include Eclipse style look and feel, read in layout from XML file, simple menu and button loading for each view, maximize/minimize, lazy load views, support for creating GUI from Jelly xml files to totally avoid GridBagLayout.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/frameview"&gt;more about FrameView&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Substance</title>
      <link>https://javatoolbox.com/tools/substance</link>
      <guid>https://javatoolbox.com/tools/substance</guid>
      <pubDate>Mon, 11 Sep 2006 11:14:04 GMT</pubDate>
      <description>&lt;p&gt;Cross-platform look &amp;amp; feel for Swing applications.
&lt;br /&gt;This Java look and feel is available for JDK 5.0+ only.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/substance"&gt;more about Substance&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Java Print Dialog Framework</title>
      <link>https://javatoolbox.com/tools/java-print-dialog-framework</link>
      <guid>https://javatoolbox.com/tools/java-print-dialog-framework</guid>
      <pubDate>Tue, 13 Dec 2005 17:07:15 GMT</pubDate>
      <description>&lt;p&gt;Collection of Java classes and resource files intended to provide printing capabilities for existing Java applications.
&lt;br /&gt;The JPDF (Java Print Dialog Framework) is designed to be integrated into Java Swing client applications.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Printing of Swing components: JTable, JTree, JTextPane, JTextArea, JEditorPane, and JPanel.
&lt;br /&gt;- Compose and print reports/forms containing data obtained from external sources (e.g. databases and files).
&lt;br /&gt;- Report generation: compose, preview and print reports. Reports can contain tabular, textual, and other types of material (e.g. mailing labels).
&lt;br /&gt;- Reports are composed programmatically.
&lt;br /&gt;- Page-Setup, Preview, and Print dialogs
&lt;br /&gt;- Custom print attributes used to specify many printing options.
&lt;br /&gt;- Page setup and print dialogs that can be plugged into your application.
&lt;br /&gt;- A print job management facility that executes print jobs in the background.
&lt;br /&gt;- Support for language and units-of-measure localization.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/java-print-dialog-framework"&gt;more about Java Print Dialog Framework&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Foxtrot</title>
      <link>https://javatoolbox.com/tools/foxtrot</link>
      <guid>https://javatoolbox.com/tools/foxtrot</guid>
      <pubDate>Tue, 30 Aug 2005 19:57:04 GMT</pubDate>
      <description>&lt;p&gt;Foxtrot is an API for using threads with the Java Foundation Classes (JFC/Swing) and with Java Web Start. It is based on the Synchronous Model concept.
&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/foxtrot"&gt;more about Foxtrot&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jxcell</title>
      <link>https://javatoolbox.com/tools/jxcell</link>
      <guid>https://javatoolbox.com/tools/jxcell</guid>
      <pubDate>Tue, 06 Feb 2007 15:56:12 GMT</pubDate>
      <description>&lt;p&gt;Spreadsheet component for Java development that enables you to create, manipulate, and print Excel worksheets.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- store, analyze, manipulate, and present your data in Excel.
&lt;br /&gt;- supports cell format, formula, images, lines, chart using directly the Excel document format.
&lt;br /&gt;- can act as server-side calculation engine.
&lt;br /&gt;- can be embedded in a Java applet and in Swing applications.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jxcell"&gt;more about Jxcell&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digital Graph</title>
      <link>https://javatoolbox.com/tools/digital-graph</link>
      <guid>https://javatoolbox.com/tools/digital-graph</guid>
      <pubDate>Wed, 24 Aug 2005 06:49:09 GMT</pubDate>
      <description>&lt;p&gt;Digital graph is an advanced JAVA SWING component for modelling, displaying, saving and loading graphs(using XML and XMLSchema).&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/digital-graph"&gt;more about Digital Graph&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WidgetServer</title>
      <link>https://javatoolbox.com/tools/widgetserver</link>
      <guid>https://javatoolbox.com/tools/widgetserver</guid>
      <pubDate>Thu, 30 Jun 2005 11:24:53 GMT</pubDate>
      <description>&lt;p&gt;WidgetServer (WiSer) is a Java/XML server-side GUI-framework that enables an application to run as either
&lt;br /&gt;- a monolithic application with a Swing GUI, 
&lt;br /&gt;- a client/server application with a thin Swing client, 
&lt;br /&gt;- or as an application with a rich Web client based on HTML and JavaScript 
&lt;br /&gt;without any change and without loss of functionality.
&lt;br /&gt;&lt;br /&gt;XML markup helps to define an application's GUI fully separated from Java code. A unified widget-based, object-oriented programming interface for Web and Swing GUIs is offered to the developer to control and assemble the GUI, instead of struggling with HTML, JavaScript, and HTTP requests, or the internals of Swing. For Swing client/server applications, the framework handles client/server communication, including compression and security layers. The framework also supports a mixed deployment mode, which enables one server to serve Swing clients and Web clients at the same time.
&lt;br /&gt;A WYSIWYG GUI-builder is included.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/widgetserver"&gt;more about WidgetServer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Argyle</title>
      <link>https://javatoolbox.com/tools/argyle</link>
      <guid>https://javatoolbox.com/tools/argyle</guid>
      <pubDate>Tue, 26 Jul 2005 11:29:06 GMT</pubDate>
      <description>&lt;p&gt;The Argyle framework has a generic rich client for multiple server applications. The term "generic" means that a single Argyle client on the desktop acts as the GUI front end for multiple Argyle server applications.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/argyle"&gt;more about Argyle&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JIDE Suite</title>
      <link>https://javatoolbox.com/tools/jide-suite</link>
      <guid>https://javatoolbox.com/tools/jide-suite</guid>
      <pubDate>Mon, 18 Dec 2006 18:41:56 GMT</pubDate>
      <description>&lt;p&gt;Suite of Swing components that include:
&lt;br /&gt;- Docking Framework: dockable window solution as can be found in the Visual Studio .NET or Eclipse IDE.
&lt;br /&gt;- Action Framework: provides a component called CommandBar to replace both the default Swing JToolBar and JMenuBar.
&lt;br /&gt;- Components: collection of over twenty components.
&lt;br /&gt;- Grids: collection of JTable related components.
&lt;br /&gt;- Dialogs: in addition to a standard dialog template provides several pre-built dialogs such as a wizard, options dialog, tip of the day dialog, etc.
&lt;br /&gt;- Pivot Grid: Swing implementation of the PivotTable feature as you can find in Microsoft Excel as well as many other analytic and OLAP applications.
&lt;br /&gt;- Shortcut Editor: component that can be used to manage shortcut keys (accelerators) for your application.
&lt;br /&gt;&lt;br /&gt;The set of components can be purchased separately.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jide-suite"&gt;more about JIDE Suite&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Advanced Swing Components</title>
      <link>https://javatoolbox.com/tools/advanced-swing-components</link>
      <guid>https://javatoolbox.com/tools/advanced-swing-components</guid>
      <pubDate>Thu, 08 Sep 2005 06:28:37 GMT</pubDate>
      <description>&lt;p&gt;Advanced Swing Components (ASC Suite) are 100% Swing-based components that help you to deliver Swing applications with interface.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/advanced-swing-components"&gt;more about Advanced Swing Components&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SwingWT</title>
      <link>https://javatoolbox.com/tools/swingwt</link>
      <guid>https://javatoolbox.com/tools/swingwt</guid>
      <pubDate>Tue, 10 May 2005 18:56:37 GMT</pubDate>
      <description>&lt;p&gt;100% pure Java library that aims to be a free implementation of Swing and AWT.
&lt;br /&gt;Unlike Swing, SwingWT drives native peer widgets for your platform from SWT.
&lt;br /&gt;&lt;br /&gt;Benefits:
&lt;br /&gt;- Existing Swing applications don't need to be recoded 
&lt;br /&gt;- Swing UI designers can be used 
&lt;br /&gt;- Developers deploying to *nix/Win32 can compile natively with GCJ and the applications can be distributed without a VM. Linux distribution makers could package many existing Java/Swing applications that previously could not be distributed in workable state. 
&lt;br /&gt;- SWT components can be directly accessed through the API, allowing mix and match (make Eclipse plugins with Swing!) 
&lt;br /&gt;- All platform benefits such as font sub-pixel decimation for LCD monitors 
&lt;br /&gt;- Use Swing on mobile devices&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/swingwt"&gt;more about SwingWT&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JGraph</title>
      <link>https://javatoolbox.com/tools/jgraph</link>
      <guid>https://javatoolbox.com/tools/jgraph</guid>
      <pubDate>Wed, 27 Apr 2005 16:06:33 GMT</pubDate>
      <description>&lt;p&gt;Open source Java graph drawing and layout component.
&lt;br /&gt;JGraph draws diagrams (networks) for client and server-side Java using a Swing component with a standard API.
&lt;br /&gt;&lt;br /&gt;Additional products:
&lt;br /&gt;- JGraph Layout Pro: provides a range of layout algorithms for JGraph.
&lt;br /&gt;- JGraphPad: implements rich clients with customized, Visio-like frontends and backends. 
&lt;br /&gt;- JGraph Adapter: transactional layer to keep your graph cells and back-end in sync. Useful for visualizing database information.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jgraph"&gt;more about JGraph&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLDocking</title>
      <link>https://javatoolbox.com/tools/vldocking</link>
      <guid>https://javatoolbox.com/tools/vldocking</guid>
      <pubDate>Wed, 02 Aug 2006 11:25:56 GMT</pubDate>
      <description>&lt;p&gt;Window docking system for JFC Swing applications.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Drag and Drop parts of the application ("dockables")
&lt;br /&gt;- Hide the dockables not often used to save screen space
&lt;br /&gt;- Detach some dockables and have them floating outside the window
&lt;br /&gt;- Switch between different workspaces (desktop configurations)
&lt;br /&gt;- Compound dockable containers&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/vldocking"&gt;more about VLDocking&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>RapidSpell Desktop Java</title>
      <link>https://javatoolbox.com/tools/rapidspell-desktop-java</link>
      <guid>https://javatoolbox.com/tools/rapidspell-desktop-java</guid>
      <pubDate>Wed, 10 Jan 2007 22:44:58 GMT</pubDate>
      <description>&lt;p&gt;Adds dialog and as-you-type spell checking to any GUI or non-GUI textual Java application.
&lt;br /&gt;&lt;br /&gt;RapidSpell provides three Swing Beans:
&lt;br /&gt;- The RapidSpellGUI bean provides the add, change, change all, ignore, ignore all, and smart suggestions features. It interactively checks any JTextComponent derived component. It checks selections, whole documents with wrap at end, highlights errors, accepts manual corrections, allows user to edit main document during spell check and also supports a user dictionary.
&lt;br /&gt;- The RapidSpellAsYouType bean provides as-you-type checking with in-document highlighting in any JTextComponent derived component. It highlights errors as they are typed/pasted/edited, providing suggestions in a right-click context menu.
&lt;br /&gt;- The nonGUI Bean provides core spell checker functionality suitable for deep integration, user interface rewrites or console applications.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- uses combined or separate customizable 140,000 word US and UK dictionaries
&lt;br /&gt;- Australian, Canadian English dictionaries are included
&lt;br /&gt;- supports user dictionary
&lt;br /&gt;- can also be used on servers to provide spell checking functionality
&lt;br /&gt;- multi-lingual support, offering the GUI in several languages
&lt;br /&gt;- the main dictionary may be customized or created from scratch with the free Dict Manager tool.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/rapidspell-desktop-java"&gt;more about RapidSpell Desktop Java&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>jPDFNotes</title>
      <link>https://javatoolbox.com/tools/jpdfnotes</link>
      <guid>https://javatoolbox.com/tools/jpdfnotes</guid>
      <pubDate>Mon, 23 Feb 2009 11:35:20 GMT</pubDate>
      <description>&lt;p&gt;Java bean that integrates into your application to display PDF documents and forms and allow your users to annotate the documents and fill the forms.
&lt;br /&gt;After editing documents, the library can save them to a local file or the host application can override the save function to save the file to any location locally or on a network.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Read and display PDF files on any platform that supports Java
&lt;br /&gt;- Print PDF files
&lt;br /&gt;- Navigation with thumbnail, bookmark and annotation views
&lt;br /&gt;- Fill and save PDF forms (acroforms)
&lt;br /&gt;- Annotation toolbar to let your users insert notes and comments into PDF documents
&lt;br /&gt;- Validate and apply signatures
&lt;br /&gt;- Text search, selection and highlight
&lt;br /&gt;- Support for PDF 1.7 file format (latest PDF format) including layers
&lt;br /&gt;- Support for all image types, including JBIG2 and JPEG 2000
&lt;br /&gt;- Available in English, French, German and Spanish
&lt;br /&gt;- No need to install or configure additional drivers or software when deploying&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jpdfnotes"&gt;more about jPDFNotes&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>