mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8376423
This commit is contained in:
parent
8dcdc6fa7e
commit
aeef93235c
@ -244,8 +244,10 @@ public class UIManager implements Serializable
|
||||
* </pre>
|
||||
*/
|
||||
private static LAFState getLAFState() {
|
||||
synchronized (classLock) {
|
||||
return LAF_STATE;
|
||||
}
|
||||
}
|
||||
|
||||
static {
|
||||
SwingAccessor.setLAFStateAccessor(UIManager::isLafStateInitialized);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user