Display adjacent Java Swing Polygons without gap even when using antialiasing
Using antialiasing in filling adjacent polygons in Java Swing can result in a fine gap between the polygons. The gap can be closed when using drawPolygon in addition to fillPolygon, but the polygon is drawn/filled twice and takes more than twice the time to just fill it.