https://issues.apache.org/bugzilla/show_bug.cgi?id=54155
--- Comment #2 from Milamber <[email protected]> --- URL: http://svn.apache.org/viewvc?rev=1416732&view=rev Log: Change the alignment from a vertical column to a horizontal row (better view) Bugzilla Id: 54155 Modified: jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java Notes: BoxLayout.Y_AXIS isn't compliant with BorderLayout.NORTH|CENTER|EAST|SOUTH position args. BoxLayout.Y_AXIS allows only to position components in a vertical column (without matter the position arg value in add()). -- You are receiving this mail because: You are the assignee for the bug.
