Class SwingUtils


  • public class SwingUtils
    extends java.lang.Object
    As always, some general purpose handy Swing Utility methods
    • Constructor Summary

      Constructors 
      Constructor Description
      SwingUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addEscapeListener​(EscapeListener dialog)
      FIXME: These two addEscapeListener can be called on a new interface that implements RootPainCOntainer (Swing) and a new method that is called
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwingUtils

        public SwingUtils()
    • Method Detail

      • addEscapeListener

        public static void addEscapeListener​(EscapeListener dialog)
        FIXME: These two addEscapeListener can be called on a new interface that implements RootPainCOntainer (Swing) and a new method that is called
        Parameters:
        dialog -