Class UrlImageIcon

All Implemented Interfaces:
Serializable, Accessible, Icon, FileBasedIcon

public class UrlImageIcon extends LazyImageIcon
LazyImageIcon that is created from a URL to an icon file.
See Also:
  • Constructor Details

    • UrlImageIcon

      public UrlImageIcon(String path, URL url)
      Constructor
      Parameters:
      path - the path String used to create the URL
      url - the URL to an icon resource file
  • Method Details