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

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/PrefsDlg.java

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

revision 1817 by iliev, Mon Sep 8 00:19:27 2008 UTC revision 1818 by iliev, Wed Dec 24 17:29:47 2008 UTC
# Line 175  class GeneralPane extends JPanel { Line 175  class GeneralPane extends JPanel {
175          private final JCheckBox checkShowVolumesInDecibels =          private final JCheckBox checkShowVolumesInDecibels =
176                  new JCheckBox(i18n.getLabel("GeneralPane.checkShowVolumesInDecibels"));                  new JCheckBox(i18n.getLabel("GeneralPane.checkShowVolumesInDecibels"));
177                    
178          private final JSGeneralProps.MaxVolumePane maxVolPane = new JSGeneralProps.MaxVolumePane();          private final JSGeneralProps.PolyphonyPane polyphonyPane = new JSGeneralProps.PolyphonyPane();
179                    
180          private final JSGeneralProps.JSamplerHomePane jSamplerHomePane =          private final JSGeneralProps.JSamplerHomePane jSamplerHomePane =
181                  new JSGeneralProps.JSamplerHomePane();                  new JSGeneralProps.JSamplerHomePane();
# Line 208  class GeneralPane extends JPanel { Line 208  class GeneralPane extends JPanel {
208                                    
209                  add(Box.createRigidArea(new Dimension(0, 6)));                  add(Box.createRigidArea(new Dimension(0, 6)));
210                                    
211                  add(maxVolPane);                  add(polyphonyPane);
212                                    
213                  add(Box.createRigidArea(new Dimension(0, 6)));                  add(Box.createRigidArea(new Dimension(0, 6)));
214                                    
# Line 247  class GeneralPane extends JPanel { Line 247  class GeneralPane extends JPanel {
247                    
248          protected void          protected void
249          apply() {          apply() {
250                  maxVolPane.apply();                  polyphonyPane.apply();
251                                    
252                  boolean b = checkShowLSConsoleWhenRunScript.isSelected();                  boolean b = checkShowLSConsoleWhenRunScript.isSelected();
253                  preferences().setBoolProperty(SHOW_LS_CONSOLE_WHEN_RUN_SCRIPT, b);                  preferences().setBoolProperty(SHOW_LS_CONSOLE_WHEN_RUN_SCRIPT, b);

Legend:
Removed from v.1817  
changed lines
  Added in v.1818

  ViewVC Help
Powered by ViewVC