https://issues.apache.org/bugzilla/show_bug.cgi?id=54251
--- Comment #13 from Sebb <[email protected]> --- This should fix the compilation issues: URL: http://svn.apache.org/viewvc?rev=1418045&view=rev Log: Fix up so does not use private Sun class; we get the icon size from the UIManager defaults Also change from cross to horizontal line Bugzilla Id: 54251 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/util/TristateCheckBox.java Also changed the icon to a horizontal bar. This is what GMail uses when some (but not all) mails in a list are selected, so hopefully would be more obvious / less confusing than a cross. Also, the code should now pick up the actual icon size, even if it varies from the default. Not yet sure if we need to allow for LAF changes or whether those will be handled by recreating the relevant classes. -- You are receiving this mail because: You are the assignee for the bug.
