Class CrossPlatformAlloyLookAndFeel


  • public class CrossPlatformAlloyLookAndFeel
    extends java.lang.Object
    Filename: CrossPlatformAlloyLookAndFeel.java Created on Mar 16, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Ignition_7.7
    Since:
    7.7.5

    Originally designed to subclass AlloyLookAndFeel, but Jide doesn't play nicely when you do. So instead, we'll call the static method setCrossPlatformInputMaps() after we add the LaF to the UI manager so we can fix the input maps that Alloy messes up.

    For future hacks, http://thebadprogrammer.com/swing-uimanager-keys/ is a great reference

    • Constructor Detail

      • CrossPlatformAlloyLookAndFeel

        public CrossPlatformAlloyLookAndFeel()
    • Method Detail

      • setCrossPlatformInputMaps

        public static void setCrossPlatformInputMaps()