132133134135136137138139140141142
} } private void initUI() { viewFactory = new BossaNovaViewFactory(application, sequencer); if (splash != null) { splash.setMessage("Creating UI"); splash.progress(1); }
130131132133134135136137138139140
} } private void initUI() { viewFactory = new BossaNovaViewFactory(sequencer); if (splash != null) { splash.setMessage("Creating UI"); splash.progress(1); }
128129130131132133134135136137138
} } private void initUI() { viewFactory = new BossaNovaViewFactory( sequencer); if (splash != null) { splash.setMessage("Creating UI"); splash.progress(1); }
131132133134135136137138139140141