Demo: TabsPanel added

This commit is contained in:
Karl Tauber
2019-09-07 16:01:15 +02:00
parent d88e0a5f3a
commit dddb9112ba
5 changed files with 454 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ repositories {
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( "com.miglayout:miglayout-swing:5.2" )
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
}
java {