Is there a type of "pixel pane" where I can just say:
pixelX(10);
pixelY(20);
and it would put them at exactly those locations? Basically like setLayoutX() in JavaFX.
Is there a type of "pixel pane" where I can just say:
pixelX(10);
pixelY(20);
and it would put them at exactly those locations? Basically like setLayoutX() in JavaFX.