regionsContainer.setRegionContent(Region.SOUTH, keyActionPanel);
}
}
private void initOpenFormat() {
inputActionPanel = new InputActionPanel();
inputActionPanel.setTextDocument(250, InputActionPanel.FORMAT_ALL);
inputActionPanel.addActionPanelListener(this);
}