move_btn = new JButton( "LabelMove" );
move_btn.setMargin( btn_insets );
move_btn.setToolTipText( "Move the marked timelines" );
// move_btn.setPreferredSize( btn_dim );
move_btn.addActionListener(
new ActionTimelineMove( root_window, this, y_tree ) );
super.add( move_btn );
icon_URL = getURL( Const.IMG_PATH + "Delete24.gif" );
if ( icon_URL != null )
delete_btn = new JButton( new ImageIcon( icon_URL ) );