TOOLBAR-SNIPPET

Button bnNew = new Button("New");
bnNew.setOnAction(e -> newfile());
Button bnHelp = new Button("Help");

ToolBar toolBar = new ToolBar(bnNew, new Separator(), bnHelp);




TextArea-Snippet
UIBspTableView05: editstage