final JMenuBar menuBar = new AurousBar();
this.aurousFrame.setJMenuBar(menuBar);
final JPanel tabelPanel = new TabelPanel();
this.aurousFrame.getContentPane().add(tabelPanel, BorderLayout.CENTER);
// lets make the panel support media
Platform.runLater(() -> {
initFX(jfxPanel);