cljfx

Jakub Arnold 2022-09-15T19:48:07.131129Z

is there a way to make the window stay in one place when I re-evaluate (renderer) ? at least on windows every time I update the UI and run (renderer) the window jumps back in the center of the screen ... or maybe is there a way to give it a fixed position? it's kinda inconvenient to have it move since it basically moves behind my editor and I have to pull it back on every change

Jakub Arnold 2022-09-15T20:21:30.174109Z

figured it out, looks like I can just pass :x 100 :y 200 to the :stage component

🎉 2