((Button) component).setBorder(null);
((Button) component).setDisabledBorder(null);
((Button) component).setRolloverBorder(null);
((Button) component).setPressedBorder(null);
StyleSheet stylesheet = Styles.DEFAULT_STYLE_SHEET;
Style style = stylesheet.getStyle(nextapp.echo2.app.Component.class, "TblJbsBaseObject.Header");
component.setStyle(style);
TableLayoutData layout = (TableLayoutData) style.getProperty("layoutData");
// remove the button's background
component.setBackground(null);