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

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

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

revision 1751 by iliev, Thu Feb 14 16:52:36 2008 UTC revision 1752 by iliev, Mon Aug 11 22:51:24 2008 UTC
# Line 97  public class MidiDevicesPane extends JPa Line 97  public class MidiDevicesPane extends JPa
97                  }                  }
98          }          }
99                    
100            public int
101            getDevicePaneCount() { return listModel.size(); }
102            
103            public MidiDevicePane
104            getDevicePaneAt(int index) { return listModel.get(index); }
105            
106          private void          private void
107          addDevice(MidiDeviceModel model) {          addDevice(MidiDeviceModel model) {
108                  for(int i = 0; i < listModel.getSize(); i++) {                  for(int i = 0; i < listModel.getSize(); i++) {

Legend:
Removed from v.1751  
changed lines
  Added in v.1752

  ViewVC Help
Powered by ViewVC