-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P5
-
Affects Version/s: 19
-
Component/s: client-libs
-
windows
If the current Look and Feel is set to Windows, `JTextArea` that hosts the instructions uses a monospaced font ("Courier New"), yet the preferred size of the text component isn't updated after the font is changed.
This should be addressed somehow, otherwise sizing the instructions for Windows L&F needs additional adjustments, and the size of the frame becomes too wide in other L&Fs.
One the workarounds could be to force the font of `JTextField` to avoid monospaced font.
Yet JDK-8328164 proposes to add an option to use monospaced font in other L&Fs, so a generic solution is required.
This should be addressed somehow, otherwise sizing the instructions for Windows L&F needs additional adjustments, and the size of the frame becomes too wide in other L&Fs.
One the workarounds could be to force the font of `JTextField` to avoid monospaced font.
Yet JDK-8328164 proposes to add an option to use monospaced font in other L&Fs, so a generic solution is required.
- relates to
-
JDK-8293830 ☂ Redesign Manual Test Framework: PassFailJFrame
-
- Open
-
-
JDK-8328164 Provide monospace font option for PassFailJFrame instructions
-
- Open
-