public class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Color |
blendColors(Color color,
Color color1,
double d) |
static Color |
changeAlpha(Color color,
int i) |
static Container |
labeledComponent(String s,
JComponent jcomponent,
boolean flag) |
static ImageIcon |
loadIcon(String s) |
static void |
makeHot(JComponent comp) |
static Color |
readColor(DataInputStream datainputstream) |
static void |
writeColor(DataOutputStream dataoutputstream,
Color color) |
public static Container labeledComponent(String s, JComponent jcomponent, boolean flag)
public static void makeHot(JComponent comp)
public static void writeColor(DataOutputStream dataoutputstream, Color color) throws IOException
IOExceptionpublic static Color readColor(DataInputStream datainputstream) throws IOException
IOExceptionJas4pp 1.5 © Java Analysis Studio for Particle Physics