else
print_btn = new JButton( "Print" );
print_btn.setMargin( btn_insets );
print_btn.setToolTipText( "Print the Statline window" );
// print_btn.setPreferredSize( btn_dim );
print_btn.addActionListener( new ActionPptyPrint() );
super.add( print_btn );
icon_URL = getURL( Const.IMG_PATH + "Stop24.gif" );
if ( icon_URL != null )
stop_btn = new JButton( new ImageIcon( icon_URL ) );