Commit cb50a337 authored by Him188's avatar Him188

Load resources

parent 2e70218c
...@@ -27,7 +27,7 @@ class PrimaryView : View() { ...@@ -27,7 +27,7 @@ class PrimaryView : View() {
left = vbox { left = vbox {
imageview(Image(FileInputStream("logo.png"))) imageview(Image(PrimaryView::class.java.classLoader.getResourceAsStream("logo.png")))
// bot list // bot list
jfxListView(controller.botList) { jfxListView(controller.botList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment