Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #38978
| From | j4n bur53 <janburse@fastmail.fm> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Botched Windows/WindowsClassic LAF release 1.8.0_212 |
| Date | 2019-06-02 12:35 +0200 |
| Organization | albasani.net |
| Message-ID | <qd08qf$mjh$1@news.albasani.net> (permalink) |
Dear All, There is a problem with Windows/WindowsClassic LAF for the new release 1.8.0_212 of the JDK with small fonts etc.. I found the following workaround, just use a different JDK. Affected by the bug: - Oracle - GraalVM Not affected by the bug: - OpenJDK java-1.8.0-openjdk-1.8.0.212-1.b04.ojdkbuild.windows.x86_64.zip https://github.com/ojdkbuild/ojdkbuild - JDK 13 Windows / x64 zip https://jdk.java.net/13/ I also observed that the larger fonts get registered when I use a JFileChooser later on in the application, but it should be already register before while calling setLookAndFeel. Any programmatic work- around known for the broken setLookAndFeel? What does JFileChooser perform, that make it work? Best Regards
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
Botched Windows/WindowsClassic LAF release 1.8.0_212 j4n bur53 <janburse@fastmail.fm> - 2019-06-02 12:35 +0200
Re: Botched Windows/WindowsClassic LAF release 1.8.0_212 Arne Vajhøj <arne@vajhoej.dk> - 2019-06-02 20:38 -0400
Re: Botched Windows/WindowsClassic LAF release 1.8.0_212 bursejan@gmail.com - 2019-06-07 07:05 -0700
csiph-web