SwingX: added test app

This commit is contained in:
Karl Tauber
2019-10-17 12:09:22 +02:00
parent 423c01074a
commit 7c77b857f6
5 changed files with 126 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" )
testImplementation( project( ":flatlaf-core", "testArtifacts" ) )
testImplementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" )
testImplementation( "com.miglayout:miglayout-swing:5.2" )
}