
                  CHANGES SINCE THE PREVIOUS RELEASE

This file summarizes changes made since Swing 1.1 Beta 3.  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 were changed
in Swing 1.1 Beta 3. The new package names are 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 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 did not change:

com.sun.java.swing.plaf.motif
com.sun.java.swing.plaf.windows


=========
Bug Fixes
=========

4177795 JDK1.2beta4.2 - Bad Memory leak in JavaInternalFrames
4155617 Swing can't use a PLAF from a different classloader than loaded the Swing jar
4176571 WordApplet in Netscape on Windows NT throws
4178533 JScrollPane SCROLLBAR_ALWAYS options do not work. 
4178544 JScrollPane SCROLLBAR_NEVER options do not work correctly.
4181934 AccessControlException generated in ImageView within browsers (Tim)
4180820 SwingGraphics.setXORMode() breaks subsequent graphics operations                 
4179719 JSplitPane component may not show if its minimum size is 0 (zero)
4179116 getSystemLookAndFeel doesn't work on Mac
4185144 Win L&F uses wrong resource bundle
4185377 JComboBox will printed out debug information in zh_TW locale.


