Class OverlayableIconsFactory


  • public class OverlayableIconsFactory
    extends java.lang.Object
    A helper class to contain icons for the overlayable components Those icons are copyrighted by JIDE Software, Inc.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTENTION  
      static java.lang.String CORRECT  
      static java.lang.String ERROR  
      static java.lang.String INFO  
      static java.lang.String QUESTION  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.ImageIcon getImageIcon​(java.lang.String name)  
      static void main​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

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

      • OverlayableIconsFactory

        public OverlayableIconsFactory()
    • Method Detail

      • getImageIcon

        public static javax.swing.ImageIcon getImageIcon​(java.lang.String name)
      • main

        public static void main​(java.lang.String[] argv)