Package palmed.ui

Examples of palmed.ui.InputDialog


            public void cancel()
            {
                display_.setCurrent( next );
            }
        };
        display_.setCurrent( new InputDialog( "Save in a new file", "Enter file name", listener ) );
    }
View Full Code Here


            public void cancel()
            {
                display_.setCurrent( next );
            }
        };
        display_.setCurrent( new InputDialog( "Create a directory", "Enter directory name", listener ) );
    }
View Full Code Here

TOP

Related Classes of palmed.ui.InputDialog

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.