I am porting a small qt app to java and i was wondering if java swing has an equivalent to Qt's QStackedWidget.
Asked
Active
Viewed 400 times
1 Answers
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.

Community
- 1
- 1

Andrew Thompson
- 168,117
- 40
- 217
- 433
-
Glad to be of assistance. :) – Andrew Thompson Mar 28 '12 at 15:57