Reputation: 5355
I want to my panel a table which growx
and wraps
the next component. I did that:
JPanel panel = new JPanel(new MigLayout(""));
panel.add(showTable(), "growx wrap");
However, I am getting the error: Illegal Constraint: 'growx wrap'
I appreciate your reply!
Upvotes: 1
Views: 626