org.erights.e.meta.javax.swing
Class ImageIconMakerSugar

java.lang.Object
  |
  +--org.erights.e.meta.javax.swing.ImageIconMakerSugar

public class ImageIconMakerSugar
extends Object

Untamed:

Author:
Mark S. Miller

Constructor Summary
private ImageIconMakerSugar()
          prevent instantiation
 
Method Summary
static ImageIcon run(File file)
          Enabled: Instead of the security-breaking suppressed 'new(String)'.
static ImageIcon run(File file, String description)
          Enabled: Instead of the security-breaking suppressed 'new(String, String)'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageIconMakerSugar

private ImageIconMakerSugar()
prevent instantiation

Method Detail

run

public static ImageIcon run(File file)
Enabled: Instead of the security-breaking suppressed 'new(String)'.


run

public static ImageIcon run(File file,
                            String description)
Enabled: Instead of the security-breaking suppressed 'new(String, String)'.



comments?