/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4013 by trebligd, Thu Jul 7 11:37:41 2005 UTC revision 1.4014 by rabbit78, Thu Jul 7 12:37:03 2005 UTC
# Line 1  Line 1 
1    2005-07-07  Roman Kennke  <roman@kennke.org>
2    
3            * gnu/java/awt/FocusManager.java: New class. Provides a concrete
4            implementation of javax.swing.FocusManager so that we can support
5            the old-style FocusManager in Swing and AWT.
6            * gnu/classpath/SystemProperties.java: Add new system property
7            gnu.java.awt.FocusManager that sets the class that should be used
8            as the default FocusManager in AWT and Swing.
9            * java/awt/KeyboardFocusManager.java
10            (setCurrentKeyboardFocusManager): Use createFocusManager instead
11            of creating the instance directly.
12            (createFocusManager): New method. Instantiate a KeyboardFocusManager
13            that is set by the system property gnu.java.awt.FocusManager.
14            * javax/swing.FocusManager.java
15            (constructor): Call super() here.
16            (getCurrentManager): Return the current AWT KeyboardFocusManager
17            here.
18            (setCurrentManager): Set the current AWT KeyboardFocusManager
19            here.
20            (processKeyEvent): Removed method. This is no longer in the
21            API.
22            (focusNextComponent): Removed method. This is no longer in the
23            API.
24            (focusPreviousComponent): Removed method. This is no longer in the
25            API.
26    
27  2005-07-07  David Gilbert  <david.gilbert@object-refinery.com>  2005-07-07  David Gilbert  <david.gilbert@object-refinery.com>
28    
29          * javax/swing/JProgressBar.java          * javax/swing/JProgressBar.java

Legend:
Removed from v.1.4013  
changed lines
  Added in v.1.4014

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26