https://issues.apache.org/bugzilla/show_bug.cgi?id=47064
Summary: Use System default Look And Feel (especially Feel)
Product: JMeter
Version: 2.3.2
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: enhancement
Priority: P5
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=23522)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23522)
svn patch file
I patched JMeter to use the system look and feel by default and allow
ctrl-click on the mac and use the apple-key for keyboard shortcuts of menu
items.
All changes are platform independent.
Instead of KeyEvent.CTRL_DOWN_MASK use
Toolkit.getDefaultToolkit().getMenuShortcutKeyMask().
isRightClick also checks e.isPopupTrigger().
attached is the patchfile for 2.3.2.
--
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]