Does URCap SDK support CardLayout? Struggling to get this working… Swing can be frustrating.
CardLayout is a supported layout in polyscope. If you are struggling, I found this visual guide to layout managers and this how to use BoxLayout guide useful when learning about the different layout managers that swing has to offer.
Edit: Thank you I got it working