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

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

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

revision 1.4.2.5 by gnu_andrew, Sat Sep 10 15:31:48 2005 UTC revision 1.4.2.6 by gnu_andrew, Wed Nov 2 00:43:45 2005 UTC
# Line 97  public class JDesktopPane extends JLayer Line 97  public class JDesktopPane extends JLayer
97       */       */
98      protected AccessibleJDesktopPane()      protected AccessibleJDesktopPane()
99      {      {
100          // Nothing to do here.
101      }      }
102    
103      /**      /**
# Line 246  public class JDesktopPane extends JLayer Line 247  public class JDesktopPane extends JLayer
247            }            }
248          catch (PropertyVetoException e)          catch (PropertyVetoException e)
249            {            {
250                // We do nothing when the attempt is vetoed.
251            }            }
252        }        }
253      selectedFrame = null;      selectedFrame = null;
# Line 259  public class JDesktopPane extends JLayer Line 261  public class JDesktopPane extends JLayer
261        }        }
262      catch (PropertyVetoException e)      catch (PropertyVetoException e)
263        {        {
264            // We do nothing when the attempt is vetoed.
265        }        }
266    }    }
267    

Legend:
Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.6

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