Label topLeftLabel = new Label("Top Left"); StackPane stack = new StackPane(); stack.getChildren().add(topLeftLabel); StackPane.setAlignment(topLeftLabel, Pos.TOP_LEFT);