The Artima Developer Community
Sponsored Link

Java Buzz Forum
FLib Swing Components

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
FLib Swing Components Posted: May 9, 2005 1:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: FLib Swing Components
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

FLib Swing Components
FLib is a free, open source library of high-quality Java components.

JCalendar is a calendar component. You can use it to display a date and/or time or to allow the user to enter a date and/or time. It appears in two forms: a panel containing a calendar and a combo box with a drop-down calendar. Although it needs some localization, most of the localization work is done by taking advantage of the localization in the Java Calendar class.

JWizard is a wizard component, which is like a dialog that leads the user through a series of steps to complete some task. This component is very easy to use and contains the common features of a wizard: a logo on the left side, a title for the wizard, a title for each wizard step, Back Next, Finish, Cancel and Help buttons, etc. It is fully internationalized and ready for localization.

TableLayout is a layout manager. It is loosely based on the HTML table and completely replaces the hard-to-use and hard-to-understand GridBagLayout manager. There is no layout that the GridBagLayout can generate that cannot be equivalently laid out with the TableLayout, but the latter is dramatically easier to use.

Read: FLib Swing Components

Topic: AjaS: Ajax + SVG, soon in Firefox 1.1 Previous Topic   Next Topic Topic: Car Windscreen Feature

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use