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

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

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

revision 1742 by iliev, Thu Feb 14 16:52:36 2008 UTC revision 1743 by iliev, Sat May 31 23:04:01 2008 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-2008 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 86  public class MidiDevicePane extends Devi Line 86  public class MidiDevicePane extends Devi
86          public          public
87          MidiDevicePane(MidiDeviceModel model) {          MidiDevicePane(MidiDeviceModel model) {
88                  midiDeviceModel = model;                  midiDeviceModel = model;
89                    
90                    portParamTable.setFillsViewportHeight(true);
91                    
92                  optionsPane = new OptionsPane();                  optionsPane = new OptionsPane();
93                  setOptionsPane(optionsPane);                  setOptionsPane(optionsPane);
94                                    

Legend:
Removed from v.1742  
changed lines
  Added in v.1743

  ViewVC Help
Powered by ViewVC