Demo: moved Laf combobox related code to new class LookAndFeelsComboBox

This commit is contained in:
Karl Tauber
2019-11-12 16:30:41 +01:00
parent a02784fcba
commit 3092fced3c
6 changed files with 130 additions and 107 deletions

View File

@@ -25,6 +25,7 @@ dependencies {
implementation( project( ":flatlaf-extras" ) )
implementation( project( ":flatlaf-swingx" ) )
implementation( project( ":flatlaf-jide-oss" ) )
implementation( project( ":flatlaf-demo" ) )
implementation( "com.miglayout:miglayout-swing:5.2" )
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )