super.setBorder( BorderFactory.createCompoundBorder( BorderFactory.createTitledBorder( "Anti Aliasing" ),
BorderFactory.createEmptyBorder( 5, 5, 5, 5 ) ) );
this.setLayout( new FlowLayout() );
this.checkbox = new LabelledCheckbox( "Use:" );
this.checkbox.setSelected( true );
this.add( this.checkbox );
}