Swing layout with miglayout and nested panels
- by Jazzepi
I have a Swing program using SwingLayout. The structure of the Swing components looks like this.
JFrame
JPanel (Cardlayout)
JPanel (Miglayout) - Main panel
Jpanel (Flowlayout) - Checkbox Panel
JPanel (Flowlayout) - Option Panel
My problem right now is that I'm not sure how to prevent the checkbox panel from…