On Thu, 27 Jul 2023 14:30:23 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> Adding buttons in a JToolBar after a JSeparator will push the button to the > far right of the frame instead of just after the separator > >  > > This is because BasicSeparatorUI does not define a maximum size. This leads > to the separator getting all the extra width. > Fix is made to limit the separator's maximum size to the preferred size of > corresponding orientation (i.e. width for VERTICAL and height for HORIZONTAL) That can be safely ignored...As per my previous PRs, there also some tests fails but is not related to the change being done and does not hamper when integrated... ------------- PR Comment: https://git.openjdk.org/jdk/pull/15054#issuecomment-1655118441
