markAxis.startListening();
} else {
markAxis.setVisible( false );
markAxisHeader.setVisible( false );
}
flagsPanel = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 ));
// metersPanel = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 )); // SpringPanel( 0, 0, 1, 1 );
rulersPanel = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 ));
// lmm.setDynamicComponent( metersPanel );
waveHeaderPanel = new JPanel( new BorderLayout() );
channelHeaderPanel = new JPanel();
channelHeaderPanel.setLayout( new BoxLayout( channelHeaderPanel, BoxLayout.X_AXIS ));
final Box bbb = Box.createVerticalBox();