java.lang.Objectjwrapper.jwutils.JWSystemUI
public class JWSystemUI
Utility APIs for virtual apps running inside JWrapper Methods in this class require a graphical user interface (they will not work on a headless system)
Constructor Summary | |
---|---|
JWSystemUI()
|
Method Summary | |
---|---|
static java.awt.Image |
getAppBundleLogoImage()
Get the app bundle logo as an Image |
static byte[] |
getAppBundleLogoPNG()
Get the app bundle logo as a PNG image |
static java.io.File |
getMyAppLogoFile()
Get the virtual app logo as a PNG byte array |
static java.awt.Image |
getMyAppLogoImage()
Get the virtual app logo as an Image |
static byte[] |
getMyAppLogoPNG()
Get the virtual app logo as a PNG byte array |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JWSystemUI()
Method Detail |
---|
public static java.awt.Image getAppBundleLogoImage() throws java.io.IOException
java.io.IOException
public static byte[] getAppBundleLogoPNG() throws java.io.IOException
java.io.IOException
public static java.io.File getMyAppLogoFile() throws java.io.IOException
java.io.IOException
public static java.awt.Image getMyAppLogoImage() throws java.io.IOException
java.io.IOException
public static byte[] getMyAppLogoPNG() throws java.io.IOException
java.io.IOException