This commit is contained in:
prrace 2026-01-27 13:07:28 -08:00
parent 8dcdc6fa7e
commit aeef93235c

View File

@ -244,8 +244,10 @@ public class UIManager implements Serializable
* </pre>
*/
private static LAFState getLAFState() {
synchronized (classLock) {
return LAF_STATE;
}
}
static {
SwingAccessor.setLAFStateAccessor(UIManager::isLafStateInitialized);