mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8376423
This commit is contained in:
parent
66c7d41bfa
commit
8dcdc6fa7e
@ -133,8 +133,8 @@ public final class SwingAccessor {
|
|||||||
KeyStroke create();
|
KeyStroke create();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* An accessor for the LAFState class state
|
* An accessor for the LAFState class state.
|
||||||
*/
|
*/
|
||||||
public interface LAFStateAccessor {
|
public interface LAFStateAccessor {
|
||||||
boolean lafStateIsInitialized();
|
boolean lafStateIsInitialized();
|
||||||
@ -149,7 +149,7 @@ public final class SwingAccessor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the accessor object for the LAFState class
|
* Retrieve the accessor object for the LAFState class.
|
||||||
*/
|
*/
|
||||||
public static LAFStateAccessor getLAFStateAccessor() {
|
public static LAFStateAccessor getLAFStateAccessor() {
|
||||||
var access = lafStateAccessor;
|
var access = lafStateAccessor;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user