Class LookAndFeelCommand

  • All Implemented Interfaces:
    Command

    public class LookAndFeelCommand
    extends Object
    implements Command
    Implements the Look and Feel menu item.
    • Constructor Detail

      • LookAndFeelCommand

        public LookAndFeelCommand()
    • Method Detail

      • getJMeterLaf

        public static String getJMeterLaf()
        Get LookAndFeel classname from the following properties:
        • User preferences key: "laf"
        • jmeter.laf.<os.name> - lowercased; spaces replaced by '_'
        • jmeter.laf.<os.family> - lowercased.
        • jmeter.laf
        • UIManager.getCrossPlatformLookAndFeelClassName()
        Returns:
        LAF classname