TabbedPane basic implementation

This commit is contained in:
Karl Tauber
2019-08-28 16:48:59 +02:00
parent a61c546ff4
commit 7a6dd4d9c0
9 changed files with 823 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ repositories {
dependencies {
testCompile( "com.miglayout:miglayout-swing:5.2" )
testCompile( "com.jgoodies:jgoodies-forms:1.9.0" )
}
java {