seiv
10/02/2018, 9:34 AMjava.lang.NullPointerException: Can not set a null value for an Attribute
at org.jdom.Attribute.setValue(Attribute.java:482)
at org.jdom.Attribute.<init>(Attribute.java:221)
at org.jdom.Attribute.<init>(Attribute.java:244)
at org.jdom.Element.setAttribute(Element.java:1302)
at no.tornado.tornadofx.idea.configurations.TornadoFXConfiguration.writeExternal(TornadoFXConfiguration.kt:116)
...
Hamza
10/02/2018, 3:38 PMiari
10/02/2018, 6:57 PMnimakro
10/03/2018, 9:17 AMedvin
10/04/2018, 11:31 AMamanda.hinchman-dominguez
10/04/2018, 11:56 AMthomasnield
10/06/2018, 1:40 PMedvin
10/06/2018, 10:26 PMValV
10/07/2018, 2:44 AMamanda.hinchman-dominguez
10/07/2018, 9:56 PMopen class Scope() {
internal var workspaceInstance: Workspace? = null
constructor(workspace: Workspace, vararg setInScope: ScopedInstance) : this() {
set(*setInScope)
workspaceInstance = workspace
}
constructor(vararg setInScope: ScopedInstance) : this() {
set(*setInScope)
}
....
}
ron
10/08/2018, 5:12 PMabhinay
10/09/2018, 7:14 AMthomasnield
10/10/2018, 12:05 AMValV
10/10/2018, 8:10 AMfxrt.jar
. I suspect that it's just a tip of the iceberg. All those classes inside fxrt.jar
they do call some specific code in JVM, don't they?kevinherron
10/10/2018, 5:50 PMcarlw
10/10/2018, 9:12 PMotakusenpai
10/12/2018, 10:45 AMimport tornadofx.*
import tornadofx.Stylesheet.Companion.button
import tornadofx.Stylesheet.Companion.label
class MyView: View() {
override val root = vbox {
button("Press me")
label("Waiting")
}
}
class MyApp: App(MyView::class)
fun main(args: Array<String>) {
launch<MyApp>(args)
}
otakusenpai
10/12/2018, 11:00 AMthomasnield
10/12/2018, 11:12 AMhttps://youtu.be/-zTqtEcnM7A▾
Shan
10/12/2018, 6:56 PMcarlw
10/13/2018, 2:48 AMthlinde
10/13/2018, 8:41 AMcarlw
10/13/2018, 1:07 PMValV
10/14/2018, 8:30 PMprimaryStage.scene.height
?abhinay
10/15/2018, 8:34 AMtieskedh
10/15/2018, 2:46 PMRuckus
10/15/2018, 5:28 PMamanda.hinchman-dominguez
10/15/2018, 9:54 PMcarlw
10/15/2018, 11:15 PMedvin
10/17/2018, 5:01 PMedvin
10/17/2018, 5:01 PMnimakro
10/17/2018, 5:29 PMedvin
10/17/2018, 5:55 PMnimakro
10/17/2018, 8:15 PMdave
10/19/2018, 11:36 AMnimakro
10/19/2018, 12:50 PM