super.setBorder( BorderFactory.createCompoundBorder( BorderFactory.createTitledBorder( title ),
BorderFactory.createEmptyBorder( 5, 5, 5, 5 ) ) );
this.setLayout( new BoxLayout( this, BoxLayout.Y_AXIS ) );
this.widthField= new LabelledTextfield( "Width", 3 );
this.widthField.setText( "1" );
super.add( this.widthField );
this.endCaps= new EndCapsCombo();
super.add( this.endCaps );