setMinorTickSpacing( 3 );
setMajorTickSpacing( 12 );
gh = AbstractApplication.getApplication().getGraphicsHandler();
fnt = gh.getFont( GraphicsHandler.FONT_LABEL | GraphicsHandler.FONT_MINI );
// fntBold = gh.getFont( GraphicsHandler.FONT_BOLDSYSTEM | GraphicsHandler.FONT_MINI );
for( Enumeration en = dictVolume.elements(); en.hasMoreElements(); ) {
lb = (JLabel) en.nextElement();
if( lb.getText().equals( "-72" )) lb.setText( "-\u221E" );
if( lb.getText().equals( "0" )) {
// lb.setFont( fntBold );
lbZeroTmp = lb;