this.selected = this.pressed = this.inside = false;
// Prepare components
// Title
titleLabel = new ToolWindowTabTitle(tab);
titleLabel.setName(name + ".title");
toolWindowTabButton.add(titleLabel, "0,0,FULL,FULL");
// Buttons
closeButton = new ToolWindowTitleButton();