https://issues.apache.org/bugzilla/show_bug.cgi?id=52040
--- Comment #4 from Sebb <[email protected]> 2011-10-17 00:03:59 UTC --- Looks good. There should definitely be a menu item to show/hide it, rather than a property; maybe the setting should be sticky (as we did with LAF just recently)? Where did the icons come from? I think the icon file names should be stored in a property file, as we have done for the tree icons. I suspect the first thing people are going to want to do is to configure the buttons - add and remove them and move them around. I don't know if that is easy - I expect it would be quite time-consuming to code. But it would be quite easy to add another property to list the icons (and dividers) in order. So for example one could have: new = org/apache/jmeter/images/toolbar/new.png open = org/apache/jmeter/images/toolbar/open.png ... toolbar = new, open, | , etc. This assumes the properties are in their own file. If we want to share another file, then we could add a prefix to the property names. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
