ron
04/05/2017, 5:24 PMtoString
to set the contentron
04/05/2017, 5:24 PMnimakro
04/05/2017, 6:04 PMset("key" to "value")
we will not be able to get rid of Any
?ron
04/05/2017, 6:06 PMedvin
04/05/2017, 6:27 PMset("key" to someJsonObject)
and retrieve it with config.jsonObject("key")
edvin
04/05/2017, 6:27 PMjsonArray
and even jsonModel
ron
04/05/2017, 6:37 PMedvin
04/05/2017, 6:46 PMedvin
04/05/2017, 6:46 PMnimakro
04/05/2017, 6:52 PM!Files.exists(parent)
on line 71 in Component.kt
not unnecessary since Files.createDirectories()
will only create the dirs if they don't exist?nimakro
04/05/2017, 6:59 PMinterface Configurable
approach!edvin
04/05/2017, 7:00 PMedvin
04/05/2017, 7:00 PMedvin
04/05/2017, 7:03 PMedvin
04/05/2017, 7:05 PMFiles.exists
is slightly faster, since it doesn't rely on trying to create a directory and catching an exception. In practice it probably doesn't have any measurable effect though.edvin
04/05/2017, 7:06 PMnimakro
04/05/2017, 7:08 PMedvin
04/05/2017, 7:08 PMnimakro
04/05/2017, 7:08 PMedvin
04/05/2017, 7:09 PMnimakro
04/05/2017, 7:09 PMFiles.exists
fist 😉nimakro
04/05/2017, 7:09 PMedvin
04/05/2017, 7:10 PMedvin
04/05/2017, 7:12 PMnimakro
04/05/2017, 7:16 PMedvin
04/05/2017, 7:19 PMnimakro
04/05/2017, 7:40 PMcontrolsfx
project? I really use them quite a bit in plain javafx projects. When ever I need to use them with tornadofx it looks ugly.edvin
04/05/2017, 7:44 PMtornadofx-controlsfx
integration project?nimakro
04/05/2017, 7:45 PMnimakro
04/05/2017, 7:47 PM