We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bd094 commit ca8b90eCopy full SHA for ca8b90e
src/main/java/org/ohdsi/usagi/ui/UsagiMain.java
@@ -49,6 +49,7 @@ public class UsagiMain implements ActionListener {
49
public static final String NO_VERSION = "(no version)";
50
51
public static void main(String[] args) {
52
+ // Enable anti-aliasing for Swing components on systems where it is not enabled by default:
53
System.setProperty("awt.useSystemAAFontSettings", "on");
54
new UsagiMain(true, args);
55
}
0 commit comments