/[classpath]/classpath/javax/swing/UIManager.java
ViewVC logotype

Diff of /classpath/javax/swing/UIManager.java

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

revision 1.13 by mark, Thu Jul 22 19:45:39 2004 UTC revision 1.14 by mark, Fri Jul 30 20:21:19 2004 UTC
# Line 1  Line 1 
1  /* UIManager.java --  /* UIManager.java --
2     Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 92  public class UIManager implements Serial Line 92  public class UIManager implements Serial
92     *     *
93     * @param listener the listener to add     * @param listener the listener to add
94     */     */
95    public static void addPropertyChangeListener (PropertyChangeListener listener)    public static void addPropertyChangeListener(PropertyChangeListener listener)
96    {    {
97      // FIXME      // FIXME
98    }    }
# Line 102  public class UIManager implements Serial Line 102  public class UIManager implements Serial
102     *     *
103     * @param listener the listener to remove     * @param listener the listener to remove
104     */     */
105    public static void removePropertyChangeListener (PropertyChangeListener listener)    public static void removePropertyChangeListener(PropertyChangeListener listener)
106    {    {
107      // FIXME      // FIXME
108    }    }
# Line 114  public class UIManager implements Serial Line 114  public class UIManager implements Serial
114     *     *
115     * @since 1.4     * @since 1.4
116     */     */
117    public static PropertyChangeListener[] getPropertyChangeListeners ()    public static PropertyChangeListener[] getPropertyChangeListeners()
118    {    {
119      // FIXME      // FIXME
120      throw new Error ("Not implemented");      throw new Error ("Not implemented");

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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