(Toolbar toolbar)
| 4745 | /// |
| 4746 | /// - `toolbar` |
| 4747 | public void setToolbar(Toolbar toolbar) { |
| 4748 | this.toolbar = toolbar; |
| 4749 | setMenuBar(toolbar.getMenuBar()); |
| 4750 | } |
| 4751 | |
| 4752 | /// Indicates whether lists and containers should scroll only via focus and thus "jump" when |
| 4753 | /// moving to a larger component as was the case in older versions of Codename One. |