killButton = new JButton(_("console.forceClose"));
minimizeButton = new JButton(); // Text set later
LinedBoxPanel buttonsPanel = getButtonsPanel();
buttonsPanel.addGlue();
buttonsPanel.addElement(killButton);
buttonsPanel.addElement(minimizeButton);
killButton.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {