dial.setValue( e.getValue() );
scrollbar.setValue( e.getValue() );
setLayout( new BorderLayout() ); dial.addDialListener( this ); add( "Center", dial ); scrollbar.addAdjustmentListener( this ); add( "South", scrollbar );