FlatTestFrame: support testing 3rd party lafs

This commit is contained in:
Karl Tauber
2020-01-15 19:10:42 +01:00
parent 2f6da3e84a
commit 281f014aa0
3 changed files with 40 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ dependencies {
implementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" )
implementation( "com.jidesoft:jide-oss:3.6.18" )
implementation( "org.netbeans.api:org-openide-awt:RELEASE112" )
// implementation( "org.pushing-pixels:radiance-substance:2.5.1" )
// implementation( "com.weblookandfeel:weblaf-ui:1.2.12" )
// implementation( "com.jgoodies:jgoodies-looks:2.7.0" )
}
java {