diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-18 23:56:12 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-04-18 23:56:17 -0700 |
| commit | 3f33fb95e639af7099f8e10439a38317f3283486 (patch) | |
| tree | 9d4e9e659b3652baa78b2babb4320100381df21a /pom.xml | |
| parent | 264bdc4f2cc7a8c2b7fe40decfbf7440c9f4d3cb (diff) | |
Fixed content pane bug and updated README
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,6 +25,11 @@ </repositories>
<dependencies>
<dependency>
+ <groupId>com.formdev</groupId>
+ <artifactId>flatlaf</artifactId>
+ <version>3.1.1</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
|
