super.setBorder( BorderFactory.createCompoundBorder( BorderFactory.createTitledBorder( this.title ),
BorderFactory.createEmptyBorder( 5, 5, 5, 5 ) ) );
this.setLayout( new FlowLayout() );
this.fontCombo = new LabelledCombo( "Name:", ALL_FONT_NAMES );
this.add( this.fontCombo );
this.size= new LabelledTextfield( "Size:", 3 );
this.size.setText( "12" );
this.add( this.size );