DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14819>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14819 no icons/images in tree view since 1.7.3 ------- Additional Comments From [EMAIL PROTECTED] 2002-12-16 00:32 ------- I've just attached a patch to correct this. Each component can now choose which icon it wants for itself. You'll also need to define the actual icons in the bin/jmeter.properties file by applying the following patch to it: --- bin/jmeter.properties 2002-12-16 00:56:51.000000000 +0100 +++ ../jakarta-jmeter/bin/jmeter.properties 2002-11-12 16:36:55.000000000 +0100 @@ -48,19 +48,14 @@ # Windows = com.sun.java.swing.plaf.windows.WindowsLookAndFeel jmeter.laf=javax.swing.plaf.metal.MetalLookAndFeel -# Icons: -#root.tree.icon= -test_plan.tree.icon=beaker.gif -workbench.tree.icon=clipboard.gif -thread_group.tree.icon=thread.gif -controller.tree.icon=knob.gif -#sampler.tree.icon= +#icons timer.tree.icon=timer.gif -visualizer.tree.icon=ear.gif -#assertion.tree.icon= +listener.tree.icon=ear.gif +bench.tree.icon=clipboard.gif +thread.tree.icon=thread.gif +control.tree.icon=knob.gif +plan.tree.icon=beaker.gif config.tree.icon=leafnode.gif -#modifier.tree.icon= -#proxy_control.tree.icon= # Remote Hosts - comma delimited remote_hosts=localhost:1091,localhost:1092 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
