hastebrot
02/01/2017, 1:15 PMedvin
02/01/2017, 1:16 PMhastebrot
02/01/2017, 1:17 PM.exe
file, and it will automatically add the JRE directory jre
into the distribution (no automatic download)edvin
02/01/2017, 1:18 PM.exe
file is an installer, it doesn't start the actual app AFAIK.hastebrot
02/01/2017, 1:18 PMedvin
02/01/2017, 1:19 PMhastebrot
02/01/2017, 1:19 PMhastebrot
02/01/2017, 1:20 PMjavafxpackager -deploy
Assembles the application package for redistribution. By default, the deploy task will generate the base application package, but it can also generate self-contained application packages if requested.http://docs.oracle.com/javafx/2/deployment/packager.htm
edvin
02/01/2017, 1:20 PMhastebrot
02/01/2017, 1:20 PMedvin
02/01/2017, 1:20 PMhastebrot
02/01/2017, 1:26 PMedvin
02/01/2017, 1:26 PMhastebrot
02/01/2017, 1:26 PMedvin
02/01/2017, 1:27 PMhastebrot
02/01/2017, 1:28 PMedvin
02/01/2017, 1:28 PMhastebrot
02/01/2017, 1:29 PMrustup
download tool: https://github.com/rust-lang-nursery/rustup.rs/issues/241edvin
02/01/2017, 1:29 PMedvin
02/01/2017, 1:30 PMhastebrot
02/01/2017, 1:41 PMoverride val root = borderpane {
center = tableview(items) {
table = this
}
}
could instead be expressed as this
override val root = borderpane {
center = pane {
table = tableview(items) {}
}
}
hastebrot
02/01/2017, 1:42 PMcenter = table = tableview {}
.edvin
02/01/2017, 1:45 PMedvin
02/01/2017, 1:45 PMhastebrot
02/01/2017, 1:45 PMtable = this
a bit ugly. Oh, thats even better.edvin
02/01/2017, 1:46 PMedvin
02/01/2017, 1:46 PMhastebrot
02/01/2017, 1:47 PMedvin
02/01/2017, 1:47 PM