Skip to content

Commit ca8b90e

Browse files
committed
Add comment to anti-aliasing fix
1 parent 70bd094 commit ca8b90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/ohdsi/usagi/ui/UsagiMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public class UsagiMain implements ActionListener {
4949
public static final String NO_VERSION = "(no version)";
5050

5151
public static void main(String[] args) {
52+
// Enable anti-aliasing for Swing components on systems where it is not enabled by default:
5253
System.setProperty("awt.useSystemAAFontSettings", "on");
5354
new UsagiMain(true, args);
5455
}

0 commit comments

Comments
 (0)