I'm making a Java application that has a toolbar at the top of the window. On this toolbar there are 12 buttons, but the customer wants one of the buttons to be 2x the size of all the other buttons as shown below.
How can I do this so that the one big toolbar button overlaps the edges of the toolbar bounds, but still behaves like it is part of the toolbar?