Aaaahhhhh, Schei**er!!
Rainer you are quite correct:
http://java.sun.com/products/jfc/CHANGES.txt-1.1beta3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For Xsql 2.1.7p01 you need Swing 1.1 beta 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
and My documentation is kookoo!
But you may as well KEEP Swing/JFC 1.1 beta 3 around anyway, because I am going
to upgrade and repackage the software in the next two weeks. Delay in fact to
simultaneous introduce new features and bug fixes.
Sorry, it is very frustrating, but I though JavaSoft would not
introduce the package name changes until the final 1.2 version.
Meanwhile I will endeavour to update the documentation precisely
so that users dont experience this problem in the future.
Pete
Extract:
CHANGES SINCE THE PREVIOUS RELEASE
This file summarizes changes made since Swing 1.1 Beta 2. Documentation
improvements and look-and-feel cosmetic changes are not listed here.
For the latest, detailed information about Swing, be sure to check our
Web site, The Swing Connection:
http://java.sun.com/products/jfc/tsc/
This file has the following sections:
- New Package Names
- Bug Fixes
=================
New Package Names
=================
As previously announced, the names of the Swing packages have changed
in this release. The new package names will be used both in Swing 1.1
releases and in JDK 1.2 releases.
A tool to help you convert to the new package names is available
at this URL:
http://java.sun.com/products/jfc/PackageRenamer/
The following table shows how package names have changed.
Old Name New Name
-------- --------
com.sun.java.accessibility javax.accessibility
com.sun.java.swing javax.swing
com.sun.java.swing.border javax.swing.border
com.sun.java.swing.colorchooser javax.swing.colorchooser
com.sun.java.swing.event javax.swing.event
com.sun.java.swing.filechooser javax.swing.filechooser
com.sun.java.swing.plaf javax.swing.plaf
com.sun.java.swing.plaf.basic javax.swing.plaf.basic
com.sun.java.swing.plaf.metal javax.swing.plaf.metal
com.sun.java.swing.plaf.multi javax.swing.plaf.multi
com.sun.java.swing.table javax.swing.table
com.sun.java.swing.text javax.swing.text
com.sun.java.swing.text.html javax.swing.text.html
com.sun.java.swing.tree javax.swing.tree
com.sun.java.swing.undo javax.swing.undo
The following package names are unchanged:
com.sun.java.swing.plaf.motif
com.sun.java.swing.plaf.windows
=========
Bug Fixes
=========
______________________________ Reply Separator
_________________________________
Subject: Re: Swing 1.0.3
Author: Rainer.Werlein ([EMAIL PROTECTED]) at lon-mime
Date: 20/10/98 10:10
On Tue, 20 Oct 1998 15:28:10 +0800 (MYT), Rudhuwan Abu Bakar wrote:
>
>hi
>
>i seem to have that problem too.
>
>I am trying to use Xsql which required swing.jar.Although i already put it
>the full path in there,it seems that the program cannot find the
>swing.jar.By the way I am using Swing 1.1Beta3.Is it because of the beta
No. It's not the beta, it's not heaving read the README. ;-)
Anyway ...
Starting with swing 1.1 beta 3, the new package naming conventions are in use,
i.e. the swing packages are javax.swing.* and no longer com.sun.java.swing.*
'Old' software need a swing package using the *old* package names, i.e. any
1.0.x - version, or any 1.1 beta *before* 1.1b3.
regards
Rainer