GridBagConstraints con = new GridBagConstraints() ;
con.weightx = 0 ;
con.insets = new Insets( 5, 10, 0, 10 ) ;
con.fill = GridBagConstraints.HORIZONTAL ;
TitledBorder border = new TitledBorder( BorderFactory.createLineBorder(
new Color( 153, 153, 153 ), 2 ),
Globals.lang( "Options" ) ) ;
buttons.setBorder( border ) ;
buttons.setLayout( gbl ) ;