We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d055a commit de6dce9Copy full SHA for de6dce9
src/io/github/coursesplus/installer/CoursesPlusInstaller.java
@@ -53,7 +53,7 @@ public CoursesPlusInstaller() {
53
screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
54
55
Application.getApplication().setDockIconImage(new ImageIcon(getClass().getResource("Logo.png")).getImage());
56
-
+
57
try {
58
// try and load Lato
59
font = Font.createFont(Font.TRUETYPE_FONT, getClass().getResourceAsStream("Lato-Regular.ttf"));
0 commit comments