mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 01:30:10 +00:00
Merge
This commit is contained in:
commit
efc7d9cbc2
@ -245,6 +245,15 @@ final class LWListPeer
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setFont(Font font) {
|
||||
super.setFont(font);
|
||||
if (getView() != null) {
|
||||
getView().setFont(font);
|
||||
LWListPeer.this.revalidate();
|
||||
}
|
||||
}
|
||||
|
||||
private final class JListDelegate extends JList<Object> {
|
||||
|
||||
JListDelegate() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user