edvin
08/17/2017, 2:10 PMtodolist.app.TodoList
to TodoListApp
and double check that your primaryView ref still points to TodoList
?edvin
08/17/2017, 2:11 PMJuan
08/17/2017, 2:11 PMedvin
08/17/2017, 2:12 PMedvin
08/17/2017, 2:13 PMresource
in TodoList
?edvin
08/17/2017, 2:13 PMJuan
08/17/2017, 2:13 PMedvin
08/17/2017, 2:13 PMJuan
08/17/2017, 2:13 PMedvin
08/17/2017, 2:13 PMedvin
08/17/2017, 2:14 PMJuan
08/17/2017, 2:14 PMhttp://i.imgur.com/UuON0po.png▾
edvin
08/17/2017, 2:15 PMresources
helper look for resources in the same package/folder as the class you're accessing it from, so that would be resources/todolist/app.Juan
08/17/2017, 2:16 PMedvin
08/17/2017, 2:16 PMcomponent.javaClass.getResource(resource)
edvin
08/17/2017, 2:17 PMJuan
08/17/2017, 2:18 PMhttp://i.imgur.com/ThbrG5b.png▾
edvin
08/17/2017, 2:18 PMJuan
08/17/2017, 2:19 PMedvin
08/17/2017, 2:19 PMedvin
08/17/2017, 2:19 PMJuan
08/17/2017, 2:20 PMedvin
08/17/2017, 2:20 PMstart
in your app class, call super first, then call setStageIcon
. You're doing it in the init block of the class, before the framework has had a chance to assign a stage.edvin
08/17/2017, 2:20 PMedvin
08/17/2017, 2:21 PMsetStageIcon
function does handle that.edvin
08/17/2017, 2:21 PMJuan
08/17/2017, 2:21 PMedvin
08/17/2017, 2:22 PMJuan
08/17/2017, 2:22 PMJuan
08/17/2017, 2:22 PM