Package palmed.ui

Examples of palmed.ui.AboutDialog


     */
    public AboutCommand( final MIDlet midlet, final Display display, final Displayable next )
    {
        if( display == null )
            throw new IllegalArgumentException( "parameter 'display' is null" );
        dialog_ = new AboutDialog( midlet, display, next );
        display_ = display;
    }
View Full Code Here

TOP

Related Classes of palmed.ui.AboutDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.