}else if(menueChooser.getModel().getSelectedItem().equals("Chatverbindungen")){
if(chatConnectionEditor == null){
connectionBeingAdded = true;
connectionBeingEdited = false;
chatConnectionEditor = new ChatConnectionEditor(new Rectangle(getX(),
getY(), 230, 130), thisWindow);
chatConnectionEditor.requestFocus();
}
}
}});