collapse_btn.setToolTipText(
"Collapse the Y-axis tree label by 1 level" );
collapse_btn.setMnemonic( KeyEvent.VK_C );
// collapse_btn.setPreferredSize( btn_dim );
collapse_btn.addActionListener(
new ActionYaxisTreeCollapse( this, y_tree ) );
super.add( collapse_btn );
icon_URL = getURL( Const.IMG_PATH + "TreeCommit24.gif" );
if ( icon_URL != null )
commit_btn = new JButton( new ImageIcon( icon_URL ) );