Currently, the Ekit toolbar is fixed to provide two themes:
- three rows of tool buttons: main, format, style
- one row of tool buttons
The first theme (three rows) contains a unused right margin, which is wasted.
The second theme (one row) cannot be wrapped when resize the main frame narrow.
It is better to refactor the Ekit toolbar implementation to:
- show all tool buttons in one row, which is wrapped by FlowLayout, so that they can be wrapped when main frame becomes narrow.
- add tool buttons for menu items whose functions havn't been mapped to toolbar.
Currently, the Ekit toolbar is fixed to provide two themes:
The first theme (three rows) contains a unused right margin, which is wasted.
The second theme (one row) cannot be wrapped when resize the main frame narrow.
It is better to refactor the Ekit toolbar implementation to: