The Artima Developer Community
Sponsored Link

Java Community News
A Wizard for Swing

2 replies on 1 page. Most recent reply: Mar 12, 2006 9:55 PM by Gregg Wonderly

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 2 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

A Wizard for Swing Posted: Mar 10, 2006 8:48 AM
Reply to this message Reply
Summary
Swing has seen a burst of activity and development in recent years. SwingLabs is a Java community project that aims to create a layer of widgets and components above those already in the J2SE API. The latest SwingLabs tool is a Wizard API that lets you build setup and configuration wizards for a Swing application.
Advertisement

While much developer attention has focused lately on AJAX, Swing and SWT have both seen a resurgence of activity. A goal of those efforts is to make those toolkits easier to use, and hence to further adoption.

The SwingLabs project on Java.net has come up with a series of nifty widgets and APIs, such as a spruced-up JTable that's easy to sort, a task pane that has a nice 3D shaded border, a data binding framework, and now a Wizard API. Here's a snippet from an article that describes the Wizard API:

The Wizard project is a subproject of SwingLabs, which allows experimentation with extensions to existing Swing components as well as completely new ones. These new or enhanced components might be included in future versions of the JDK.

Wizard is a class library that aims to provide a simple API for writing wizards. Its goal is to offer an easy-to-use solution that enables any Swing application to provide wizards with minimal code and effort.

Will these efforts succeed in encouraging the creation of more Swing apps?


Son To

Posts: 1
Nickname: zhongshan
Registered: Mar, 2006

Re: A Wizard for Swing Posted: Mar 11, 2006 2:09 PM
Reply to this message Reply
Speaking of AJAX, I've been working on a pet project for the past 2years to bring mozilla XUL technology to java. It basically renders mozilla XUL in swing. Check it out at http://sulu.sourceforge.net

There's also a tutorial at http://sulu.sourceforge.net/tutorial

Sulu can also be an alternative to ServiceUI to give dynamic GUI to JINI services.

Gregg Wonderly

Posts: 317
Nickname: greggwon
Registered: Apr, 2003

Re: A Wizard for Swing Posted: Mar 12, 2006 9:55 PM
Reply to this message Reply
> The <a
&gt; href="https://swinglabs.dev.java.net/">SwingLabs</a>
> project on Java.net has come up with a series of nifty
> widgets and APIs, such as a spruced-up JTable that's easy
> to sort, a task pane that has a nice 3D shaded border, a
> data binding framework, and now a Wizard API.

So many people have already developed wizard APIs, I fear that there won't be much buy-in immediately. I created a wizard api in my swingutil.dev.java.net project. I'm not sure how many use it though. I did it for one project that I've been working on recently, and so I stuck it into that project because that's what it's for.

Haven't heard anything from swinglabs folks either. You'd think they'd be looking for people that had stuff already out there to try and find a new common ground.

Flat View: This topic has 2 replies on 1 page
Topic: A Wizard for Swing Previous Topic   Next Topic Topic: Unified Expression Language Helps Integrate JSP, JSF

Sponsored Links



Google
  Web Artima.com   

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