Demo: menu and toolbar added

This commit is contained in:
Karl Tauber
2019-09-07 19:09:23 +02:00
parent 2c7fee97f3
commit 0c16914c28
14 changed files with 467 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( "com.miglayout:miglayout-swing:5.2" )
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
implementation( "guru.nidi.com.kitfox:svgSalamander:1.1.2" )
}
java {