162163164165166167168169170
} // Bug 17627 public static Action getCutStepsAction(BossaNovaSequencerImpl sequencer, JTable table) { if (cutStepsAction == null) { cutStepsAction = new CutStepsAction(sequencer, table); } return cutStepsAction; }
173174175176177178179180181
171172173174175176177178179
168169170171172173174175176