sebb 2004/01/28 16:35:31 Modified: bin jmetertest.properties Log: Let LAF default (otherwise some Eclipse JUnit GUI tests can fail) Revision Changes Path 1.4 +3 -1 jakarta-jmeter/bin/jmetertest.properties Index: jmetertest.properties =================================================================== RCS file: /home/cvs/jakarta-jmeter/bin/jmetertest.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jmetertest.properties 8 Jan 2004 13:47:59 -0000 1.3 +++ jmetertest.properties 29 Jan 2004 00:35:31 -0000 1.4 @@ -53,8 +53,10 @@ # �Metal � = javax.swing.plaf.metal.MetalLookAndFeel # �Motif � = com.sun.java.swing.plaf.motif.MotifLookAndFeel # �Windows = com.sun.java.swing.plaf.windows.WindowsLookAndFeel +## Let LAF be picked up from default +## (otherwise can cause problems for Eclipse JUnit GUI mode) #jmeter.laf=javax.swing.plaf.metal.MetalLookAndFeel -jmeter.laf=com.sun.java.swing.plaf.motif.MotifLookAndFeel +#jmeter.laf=com.sun.java.swing.plaf.motif.MotifLookAndFeel #icons -> moved to program code #timer.tree.icon=timer.gif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
