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

Diff of /jsampler/trunk/src/org/jsampler/JSampler.java

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

revision 1914 by iliev, Sat Mar 14 20:44:58 2009 UTC revision 1915 by iliev, Thu Jun 11 09:35:29 2009 UTC
# Line 99  public class JSampler { Line 99  public class JSampler {
99                          CC.addConnectionEstablishedListener(new ConnectionEstablishedListener());                          CC.addConnectionEstablishedListener(new ConnectionEstablishedListener());
100                  }                  }
101                                    
102                  CC.checkJSamplerHome();                  JSUtils.checkJSamplerHome();
103                  CC.loadOrchestras();                  CC.loadOrchestras();
104                  CC.loadServerList();                  CC.loadServerList();
105                  CC.connect();                  CC.connect();

Legend:
Removed from v.1914  
changed lines
  Added in v.1915

  ViewVC Help
Powered by ViewVC