java - MigLayout - using multiple constraints -


i want panel table growx , wraps next component. did that:

jpanel panel = new jpanel(new miglayout(""));        panel.add(showtable(), "growx wrap"); 

however, getting error: illegal constraint: 'growx wrap'

i appreciate reply!

panel.add(showtable(), "growx, wrap");

note comma.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -