return new CompoundBorder(new ContentPaneBorder(borderColor), BorderFactory
.createEmptyBorder(10, 10, 10, 10));
}
public Component createAction(Action action) {
JLinkButton link = new JLinkButton(action) {
public void updateUI() {
super.updateUI();
// ensure the ui of this link is correctly update on l&f changes
if (BasicTaskPaneGroupUI.this != null)
configure(this);