hBoxTitle.prefWidthProperty().bind(widthProperty());
hBoxTitle.prefHeightProperty().bind(heightProperty().multiply(0.1));
hBoxTextAreas.prefWidthProperty().bind(widthProperty());
hBoxTextAreas.prefHeightProperty().bind(heightProperty().multiply(0.9));
}
private void setTextAreaSaveCombo(TextArea textArea)
{
textArea.addEventFilter(KeyEvent.KEY_PRESSED, new EventHandler<KeyEvent>()