Theme Editor: support color preview for color functions

UIDefaultsLoader: made some private methods package private and return parsed valued type
This commit is contained in:
Karl Tauber
2020-07-07 14:03:39 +02:00
parent 283ba83cef
commit 7ed90cddf8
7 changed files with 242 additions and 17 deletions

View File

@@ -21,5 +21,5 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( "com.fifesoft:rsyntaxtextarea:3.1.0" )
implementation( "com.fifesoft:rsyntaxtextarea:3.1.1" )
}