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

Diff of /jsampler/trunk/src/org/jsampler/view/classic/ClassicPrefs.java

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

revision 2287 by iliev, Fri Aug 10 19:55:03 2007 UTC revision 2288 by iliev, Wed Nov 23 21:19:44 2011 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-2007 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2011 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 26  import java.awt.Color; Line 26  import java.awt.Color;
26    
27  import java.util.prefs.Preferences;  import java.util.prefs.Preferences;
28    
29  import org.jsampler.CC;  import org.jsampler.JSPrefs;
   
 import org.jsampler.view.std.StdPrefs;  
30    
31    
32  /**  /**
33   * This class represents the preferences of the JS Classic package.   * This class represents the preferences of the JS Classic package.
34   * @author Grigor Iliev   * @author Grigor Iliev
35   */   */
36  public class ClassicPrefs extends StdPrefs {  public class ClassicPrefs extends JSPrefs {
37          private final static String prefNode = "org.jsampler.view.classic";          private final static String prefNode = "org.jsampler.view.classic";
38                    
39          private final static String WINDOW_SIZE_AND_LOCATION = ".sizeAndLocation";          private final static String WINDOW_SIZE_AND_LOCATION = ".sizeAndLocation";

Legend:
Removed from v.2287  
changed lines
  Added in v.2288

  ViewVC Help
Powered by ViewVC