dsaf
This commit is contained in:
parent
684ad6cf9e
commit
e8cc239c2d
3 changed files with 8 additions and 1 deletions
5
pom.xml
5
pom.xml
|
@ -24,6 +24,11 @@
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>2.6</version>
|
<version>2.6</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.formdev</groupId>
|
||||||
|
<artifactId>flatlaf</artifactId>
|
||||||
|
<version>3.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -13,6 +13,7 @@ public class Main {
|
||||||
|
|
||||||
public static void main(String[] args) throws IOException, UnsupportedLookAndFeelException {
|
public static void main(String[] args) throws IOException, UnsupportedLookAndFeelException {
|
||||||
|
|
||||||
|
|
||||||
LoadMenu load = new LoadMenu();
|
LoadMenu load = new LoadMenu();
|
||||||
load.onLoad();
|
load.onLoad();
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,5 @@
|
||||||
requires org.json;
|
requires org.json;
|
||||||
requires org.apache.commons.io;
|
requires org.apache.commons.io;
|
||||||
requires java.datatransfer;
|
requires java.datatransfer;
|
||||||
|
requires com.formdev.flatlaf;
|
||||||
}
|
}
|
Loading…
Reference in a new issue