If I use a JTextArea with MigLayout like this: MigLayout thisLayout = new MigLayout("", "[][grow]", "[]20[]");
Debug mode in MigLayout is quite powerful option for development and debugging. It is declared by adding a keyword in layout constraints string:
All I could find so far is this (open) Sun bug/RFE entry with 426 506 votes: http://bugs.sun.com/view_bug.do?bug_id=6530906
A question for those familiar with MigLayout sorry couldn\'t think of a more appropriate name for the question...