I have a JToolBar
and like to reorder the items.
In example, I have a "New", a "Open" and a "Save" Button.
I add these buttons in different Threads so the order is a kind of random.
The order unfortunately is "Save", "Open", "New". This is a problem because users are surprised about this unusual order.
How to change the order of items?