this.addButtonRow(builderButtons, "Dark Green disabled selected", null,
new ChainCommand<Component>(new ForegroundColorCommand(
Color.green.darker()), new SelectCommand(),
new DisableCommand()));
builderButtons.appendSeparator("Combined settings");
this.addButtonRow(builderButtons, "Blue/yellow", null,
new ChainCommand<Component>(new ForegroundColorCommand(
Color.blue), new BackgroundColorCommand(Color.yellow)));
this.addButtonRow(builderButtons, "Blue/yellow disabled", null,
new ChainCommand<Component>(new ForegroundColorCommand(