public class ResourceUtils
extends java.lang.Object
Constructor and Description |
---|
ResourceUtils() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.ImageIcon |
getImageIcon(java.awt.Component comp,
java.lang.String path) |
static javax.swing.ImageIcon |
getImageIcon(java.net.URL url) |
static java.awt.Image |
getImageResource(java.awt.Component comp,
java.lang.String name)
Finds an image resource with the given path.
|
public static java.awt.Image getImageResource(java.awt.Component comp, java.lang.String name)
name
- Path to the image resource.public static javax.swing.ImageIcon getImageIcon(java.awt.Component comp, java.lang.String path)
path
- description
- public static javax.swing.ImageIcon getImageIcon(java.net.URL url)
path
- description
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.