zoomHome_btn.setToolTipText(
"Reset zoom to the initial resolution in time" );
zoomHome_btn.setMnemonic( KeyEvent.VK_H );
// zoomHome_btn.setPreferredSize( btn_dim );
zoomHome_btn.addActionListener(
new ActionZoomHome( this, time_model ) );
super.add( zoomHome_btn );
icon_URL = getURL( Const.IMG_PATH + "ZoomIn24.gif" );
if ( icon_URL != null )
zoomIn_btn = new JButton( new ImageIcon( icon_URL ) );