2

I am porting a small qt app to java and i was wondering if java swing has an equivalent to Qt's QStackedWidget.

Gandalf
  • 1
  • 29
  • 94
  • 165

1 Answers1

2

This QStackedWidget?

The QStackedWidget class provides a stack of widgets where only one widget is visible at a time..

See CardLayout, as shown here.

Game view High Scores view

Community
  • 1
  • 1
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433