As the title says, I have a gridpane with several elements in it in JavaFX & I was wondering if I could use CSS to position this in the bottom right of the scene? I've tried using setID on my gridpane then referring to it in the CSS but it doesn't seem to work.
Eventually I want to have images in the top right and all the left of the scene and have the gridpane sit in the bottom right, however I can't even get this to position correctly.
Any help would be appreciated.