jschneider
11/16/2017, 8:46 AMgraphic = FX::class.java.getResource("/com/cedarsoft/.../busy.gif").toURI()
g4sarma
11/16/2017, 4:15 PMg4sarma
11/16/2017, 4:16 PMg4sarma
11/16/2017, 4:16 PMg4sarma
11/16/2017, 4:16 PMjschneider
11/16/2017, 5:07 PMcarlw
11/16/2017, 5:12 PMcarlw
11/16/2017, 5:12 PMedvin
11/16/2017, 5:23 PMedvin
11/16/2017, 5:24 PMedvin
11/16/2017, 5:25 PMedvin
11/16/2017, 5:25 PMenableWhen(model.valid)
edvin
11/16/2017, 5:27 PMedvin
11/16/2017, 5:27 PMjavapackager
, see docs here: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javapackager.htmledvin
11/16/2017, 5:28 PMjamie-purchase
11/16/2017, 6:08 PMjava.awt.Canvas
(my googling didn't turn up anything other than KotlinJS HTML canvas stuff)? or should we just use that (java.awt) library? to clarify: just wanting a class that facilitates drawing shapes and images onto a pane, reallyjschneider
11/16/2017, 6:40 PMedvin
11/16/2017, 6:44 PMjschneider
11/16/2017, 6:47 PMedvin
11/16/2017, 6:50 PMcarlw
11/16/2017, 6:51 PMjschneider
11/16/2017, 6:54 PMcarlw
11/16/2017, 6:56 PMjschneider
11/16/2017, 6:57 PMval json = model.toJson()
runAsync{
storeUsingRest(json)
}
jschneider
11/16/2017, 6:58 PMrunAsync{
storeUsingRest(model.toJson())
}
edvin
11/16/2017, 6:59 PMmodel
before the runAsync
thread gets to it.carlw
11/16/2017, 7:06 PMplebian
11/16/2017, 11:24 PMplebian
11/16/2017, 11:24 PMcarlw
11/17/2017, 1:32 AM