All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.microedition.lcdui.Screen Maven / Gradle / Ivy

The newest version!
package javax.microedition.lcdui;

/**
 * @since MIDP 1.0
 *
 */
public abstract class Screen extends Displayable {
    Screen() {}
    Screen(String s) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy