Skip to content

Commit

Permalink
Clarify that the property should be passed through the JVM startup pr…
Browse files Browse the repository at this point in the history
…operties.
  • Loading branch information
weisJ committed Sep 22, 2020
1 parent b0938b9 commit 9ceda9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ private void setupRenderingHints(final UIDefaults defaults) {
}
// The fallback value is an educated guess so issue a warning for the user.
String message = "System property 'awt.useSystemAAFontSettings' is not set. Using '" + aaHint
+ "'\nIt's recommended to manually set the property for the JVM on your platform for optimal "
+ "text antialiasing. Refer to the "
+ "'\nIt's recommended to manually add the property to the JVM startup parameters on your "
+ "platform for optimal text antialiasing. Refer to the "
+ "[documentation](https://docs.oracle.com/javase/8/docs/technotes/guides/2d/flags.html#aaFonts)"
+ "for more information on the possible values.";
if (!SystemInfo.isJava9OrGreater) {
Expand Down

0 comments on commit 9ceda9a

Please sign in to comment.