Back to course

StackPane and FlowPane

JavaFX 0 to Hero

StackPane and FlowPane

  • StackPane: Places children on top of each other (useful for background images or overlays).
  • FlowPane: Wraps elements to the next line when space runs out.