﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20821	JTabPanel active tab text in white on macOS Big Sur (Java 16)	Stereo	simon04	"This is a regression from #20075.

In `src/org/openstreetmap/josm/gui/MainApplication.java` we have:

`        } else if (PlatformManager.isPlatformOsx() && javaVersion < 16) {`

because we thought that such a simple, silly bug would be fixed in Java 16.

According to https://bugs.openjdk.java.net/browse/JDK-8260091 it should be fixed in 16.0.1, but it obviously isn't in the latest tested JOSM.app.

I suggest bumping `javaVersion < 16` to `javaVersion < 17` for now.



"	defect	closed	normal	21.05	Core		fixed	macos java16	
