*/
public AboutCommand( final MIDlet midlet, final Display display, final Displayable next )
{
if( display == null )
throw new IllegalArgumentException( "parameter 'display' is null" );
dialog_ = new AboutDialog( midlet, display, next );
display_ = display;
}