Author: sebb
Date: Fri Oct 14 19:38:08 2011
New Revision: 1183470
URL: http://svn.apache.org/viewvc?rev=1183470&view=rev
Log:
Clarify LAF settings
Modified:
jakarta/jmeter/trunk/bin/jmeter.properties
Modified: jakarta/jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/jmeter.properties?rev=1183470&r1=1183469&r2=1183470&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/jmeter.properties (original)
+++ jakarta/jmeter/trunk/bin/jmeter.properties Fri Oct 14 19:38:08 2011
@@ -83,12 +83,12 @@ xml.parser=org.apache.xerces.parsers.SAX
#---------------------------------------------------------------------------
#Classname of the Swing default UI
-#Installed Look and Feel classes on Windows are:
-# Metal = javax.swing.plaf.metal.MetalLookAndFeel
-# Motif = com.sun.java.swing.plaf.motif.MotifLookAndFeel
-# Windows = com.sun.java.swing.plaf.windows.WindowsLookAndFeel
#
-# Or one of the strings "System" or "CrossPlatform" which means
+# The LAF classnames that are available are now displayed as ToolTip text
+# when hovering over the Options/Look and Feel selection list.
+#
+# You can either use a full class name, as shown above,
+# or one of the strings "System" or "CrossPlatform" which means
# JMeter will use the corresponding string returned by
UIManager.get<name>LookAndFeelClassName()
# LAF can be overridden by os.name (lowercased, spaces replaced by '_')
@@ -97,17 +97,16 @@ xml.parser=org.apache.xerces.parsers.SAX
# Failing that, the OS family = os.name, but only up to first space:
# Sample OS family LAF:
-#jmeter.laf.windows=javax.swing.plaf.metal.MetalLookAndFeel
-
-# Failing that:
-# default LAF
-jmeter.laf=javax.swing.plaf.metal.MetalLookAndFeel
-
-# Failing that, JMeter uses the CrossPlatform LAF.
+#jmeter.laf.windows=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
# Mac apparently looks better with the System LAF
jmeter.laf.mac=System
+# Failing that, the JMeter default laf can be defined:
+#jmeter.laf=System
+
+# If none of the above jmeter.laf properties are defined, JMeter uses the
CrossPlatform LAF.
+
# Icon definitions
# default:
#jmeter.icons=org/apache/jmeter/images/icon.properties
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]