public Principal() {
InitialSettings init = new InitialSettings(this);
initComponents();
init.setBackgroundColor(Colors.DEFAULT_BACKGROUND);
init.centralizeFrame();
setJMenuBar(new MenuBar().getMenu());
}
private void bindKeys() {
JPanel panel = (JPanel) this.getContentPane();