Added flatlaf look and feel
This commit is contained in:
parent
c0cdacfdb8
commit
fcafe1f3e5
@ -67,6 +67,11 @@
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.41.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.formdev</groupId>
|
||||
<artifactId>flatlaf</artifactId>
|
||||
<version>3.4.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
@ -1,5 +1,7 @@
|
||||
package org.nanoboot.utils.timecalc.app;
|
||||
|
||||
import com.formdev.flatlaf.FlatLightLaf;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
@ -15,6 +17,7 @@ public class Main {
|
||||
// f.delete();
|
||||
// }
|
||||
// }
|
||||
FlatLightLaf.setup();
|
||||
if(ONLY_ACTIVITIES_WINDOW_IS_ALLOWED) {
|
||||
ActivitiesMain.main(args);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user