https://issues.apache.org/bugzilla/show_bug.cgi?id=52026
Bug #: 52026
Summary: Default to System-PL
Product: JMeter
Version: 2.5.1
Platform: PC
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Hi!
Please use the system look and feel also on non-mac platforms. Metal look is
exceedingly ugly.
Essentially it's simply replacing this section in jmeter.properties:
# LAF can be overridden by os.name (lowercased, spaces replaced by '_')
# Sample os.name LAF:
#jmeter.laf.windows_xp=javax.swing.plaf.metal.MetalLookAndFeel
# 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.
# Mac apparently looks better with the System LAF
jmeter.laf.mac=System
with this:
# Use System LAF on all platforms
jmeter.laf=System
and then add possible workaround for obscure platforms (though according to
http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html there
are not many platforms where this would apply)
--
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]