if (in == null) {
throw new RuntimeException("Image does not exist: " + sURL);
}
try {
image = new AlbiteImageARGB(in);
} catch (IOException ioe) {
throw new RuntimeException("Could not load imagebutton.");
} catch (AlbiteImageException aie) {
throw new RuntimeException("Could not load imagebutton.");
}