/[svn]/jsampler/trunk/src/org/jsampler/view/JSMainFrame.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/JSMainFrame.java

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

revision 1863 by iliev, Wed Dec 24 17:29:47 2008 UTC revision 1864 by iliev, Sat Mar 14 20:44:58 2009 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005-2008 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2009 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 91  public abstract class JSMainFrame extend Line 91  public abstract class JSMainFrame extend
91           * Don't forget to call <code>super.onWindowClose()</code> at the end,           * Don't forget to call <code>super.onWindowClose()</code> at the end,
92           * when override this method.           * when override this method.
93           */           */
94          protected void          public void
95          onWindowClose() {          onWindowClose() {
96                  CC.cleanExit();                  CC.cleanExit();
97          }          }

Legend:
Removed from v.1863  
changed lines
  Added in v.1864

  ViewVC Help
Powered by ViewVC