File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
appCourse/src/main/kotlin/com/github/hummel/sp/course Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11package com.github.hummel.sp.course
22
33import com.formdev.flatlaf.FlatLightLaf
4- import com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme
4+ import com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubDarkIJTheme
55import com.github.hummel.sp.course.app.App
66import com.github.hummel.sp.course.app.FourierTransform
77import 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+ }
You can’t perform that action at this time.
0 commit comments