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

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

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

revision 1.6.2.4 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.6.2.5 by gnu_andrew, Wed Nov 2 00:43:43 2005 UTC
# Line 91  public class DefaultDesktopManager imple Line 91  public class DefaultDesktopManager imple
91     */     */
92    public DefaultDesktopManager()    public DefaultDesktopManager()
93    {    {
94        // Nothing to do here.
95    }    }
96    
97    /**    /**
# Line 223  public class DefaultDesktopManager imple Line 224  public class DefaultDesktopManager imple
224            }            }
225          catch (PropertyVetoException e)          catch (PropertyVetoException e)
226            {            {
227                // Do nothing if attempt is vetoed.
228            }            }
229        }        }
230    
# Line 302  public class DefaultDesktopManager imple Line 304  public class DefaultDesktopManager imple
304            }            }
305          catch (PropertyVetoException e)          catch (PropertyVetoException e)
306            {            {
307                // Do nothing if attempt is vetoed.
308            }            }
309        }        }
310    
# Line 329  public class DefaultDesktopManager imple Line 332  public class DefaultDesktopManager imple
332            }            }
333          catch (PropertyVetoException e)          catch (PropertyVetoException e)
334            {            {
335                // Do nothing if attempt is vetoed.
336            }            }
337        }        }
338    }    }

Legend:
Removed from v.1.6.2.4  
changed lines
  Added in v.1.6.2.5

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