I've created a Java Swing application using the Metal L&F. On Windows, everything looks just fine; but when running the application on a Mac, the background of all the GUI elements seems to be off by one pixel, bleeding out ouf their border to the bootom right.
A checkbox would look like this
I'd love to provide a code example, but i have no clue where the error could lie, as this behaviour occurs all over the application.
I'd appreciate any hint to the cause of this.