210211212213214215216217218
} //Bug 17570 public static Action getCreateBlockAction(BossaNovaSequencerImpl sequencer, JTable table) { if (createBlockAction == null) { createBlockAction = new CreateBlockAction(sequencer, table); } return createBlockAction; }