Changes made to Java Accessibility, Version 0.5

One thing that we appear to have not made clear in past releases
is that this is EARLY ACCESS CODE we are releasing to you for 
review.  Please do not set your expectations too high because this
really is EARLY ACCESS CODE and IT CONTAINS BUGS.  You should not
be basing any shipping products on this code at this time because
we may make changes to the API before the final release.

We are, however, interested in hearing about any bugs you find,
and encourage you to send them to access@sun.com.

Significant Changes:

o We have made another pass at implementing interface Accessible
  on the Swing-0.5. As of this release, we've worked on the following
  Swing components:

   AbstractButton
   Box
   JButton
   JMenuItem
   JCheckboxMenuItem
   JMenu
   JRadioButtonMenuItem
   JToggleButton
   JCheckBox
   JRadioButton
   JLabel
   JLayeredPane
   JDesktopPane
   JList
   JMenuBar
   JPopupMenu
   JProgressBar
   JScrollBar
   JScrollPane
   JSeparator
   JSlider
   JSplitPane
   JTabbedPane
   JToolBar
   JToolTip
   JViewport

o The Swing team made many name changes to Swing between Swing-0.4.1 
  and Swing-0.5.  As a result, we have had to modify the 
  SwingEventMonitor and SwingEventListener classes.  In addition,
  we've also updated JavaMonitor to reflect these modifications.

o We've delayed the processing of Mouse events in EventQueueMonitor.
  Immediate processing of mouse events in EventQueueMonitor was causing
  periodic hangs.

o Monkey will now XOR a rectangle around a component if you select
  it in a tree.

o Dialog boxes now show up in the list of top level windows
