Skip to content

Commit 790e8e2

Browse files
authored
Update Main.kt
1 parent 53ce9d9 commit 790e8e2

File tree

1 file changed

+3
-3
lines changed
  • appCourse/src/main/kotlin/com/github/hummel/sp/course

1 file changed

+3
-3
lines changed

appCourse/src/main/kotlin/com/github/hummel/sp/course/Main.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.github.hummel.sp.course
22

33
import com.formdev.flatlaf.FlatLightLaf
4-
import com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme
4+
import com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubDarkIJTheme
55
import com.github.hummel.sp.course.app.App
66
import com.github.hummel.sp.course.app.FourierTransform
77
import com.github.hummel.sp.course.app.VisBar
@@ -24,7 +24,7 @@ fun main() {
2424
FlatLightLaf.setup()
2525
EventQueue.invokeLater {
2626
try {
27-
UIManager.setLookAndFeel(FlatGitHubDarkIJTheme())
27+
UIManager.setLookAndFeel(FlatMTGitHubDarkIJTheme())
2828
val frame = GUI()
2929
frame.isVisible = true
3030
} catch (e: Exception) {
@@ -187,4 +187,4 @@ class GUI : JFrame() {
187187

188188
setLocationRelativeTo(null)
189189
}
190-
}
190+
}

0 commit comments

Comments
 (0)