initComponents();
IDMidiPos.setPaintLabels(false);
setName(NbBundle.getMessage(LilyPondViewTopComponent.class, "CTL_LilyPondViewTopComponent"));
setToolTipText(NbBundle.getMessage(LilyPondViewTopComponent.class, "HINT_LilyPondViewTopComponent"));
putClientProperty("netbeans.winsys.tc.keep_preferred_size_when_slided_in", Boolean.TRUE);
pdfDecoder = new PdfDecoder();
IDScroll.setViewportView(pdfDecoder);
midiStatRefresher = new Timer();
midiStatRefresher.schedule(new TimerTask() {
@Override