@Override
public void onClosed(LightweightWindowEvent event) {
displayedSettings.setName(content.getText());
}
});
balloon.showUnderneathOf(rename);
}
});
delete.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {