Class IconRetrieverUsage


  • public class IconRetrieverUsage
    extends java.lang.Object
    Example of using IconRetriever to retrieve the icon for a MIL-STD-2525C symbol. This example retrieves several symbology icons as BufferedImages and displays them in a JFrame. See the Icon Retriever Usage Guide for more information on using IconRetriever.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • IconRetrieverUsage

        public IconRetrieverUsage()
    • Method Detail

      • main

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