| java.lang.Object com.sun.midp.main.TrustedMIDletIcon
TrustedMIDletIcon | public class TrustedMIDletIcon (Code) | | This holds the trusted MIDlet icon.
|
Method Summary | |
public static Image | getIcon() Get the Image of the trusted icon for this Display. |
getIcon | public static Image getIcon()(Code) | | Get the Image of the trusted icon for this Display.
Only callers with the internal AMS permission can use this method.
an Image of the trusted icon. exception: SecurityException - if the suite calling does not have thethe AMS permission |
|
|