Emiliano Alejo Senega
Results
2
comments of
Emiliano Alejo Senega
Currently the setStageY method just checks for the current display. I've proposed a change to fix it. ``` void setStageY(Stage stage, double y) { try { ObservableList screensForRectangle = Screen.getScreensForRectangle(stage.getX(),...
I don't think this project is being maintained anymore, I had to do quite some bugfixing to implement it in my project. You can check my fork but it might...