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 -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -