(Toolbar toolbar)
| 4726 | /// |
| 4727 | /// use setToolbar instead (lower case b) |
| 4728 | public void setToolBar(Toolbar toolbar) { |
| 4729 | this.toolbar = toolbar; |
| 4730 | setMenuBar(toolbar.getMenuBar()); |
| 4731 | } |
| 4732 | |
| 4733 | /// Gets the Form Toolbar if exists or null |
| 4734 | /// |