Notice originally written July 2005, the 11th. Software versions and composition may changed since.
At early July 2005, latest demos are available only on CVS. CVS projects contain ready-to-work NetBeans project files, so we advise to run these apps using this IDE first, to have a quick result.
- register at https://www.dev.java.net/servlets/Login, this is required to checkout files from CVS
- have a CVS client tool working on your system !! http://www.tortoisecvs.org/ highly recommanded
- download and install NetBeans 4.1 (google it); perhaps download the JDK + NetBeans bundle from Java's site, you'll have latest 1.4 or 1.5 as well - let's say 1.5 !
- checkout multiple modules from Java Dev
- CVS protocol is pserver as usual, CVS server host is cvs.dev.java.net, CVS server directory is /cvs, login is your created login
- checkout successively the following modules in a same parent directory, let's say c:\...\swinglabs: databinding, jdic, jdnc, swinglabs-demos, swing-layout, swingworker, swingx, wizard
- open swinglabs-demos with Netbeans (the project is the directory); NetBeans will find dependent projects just next to this project
- you can simply perform "Run" action in this project, that's it !
Complete information at https://swinglabs.dev.java.net/
