Package palmed.edit

Examples of palmed.edit.TextBox


     * Create the application.
     */
    public PalmEd()
    {
        display_ = Display.getDisplay( this );
        textBox_ = new TextBox();
        final RecordFactory mainFactory = new RecordFactory( "palmed" );
        final RecordFactory buffersFactory = new RecordFactory( "palmed.buffers" );
        final IBufferFactory factory = new BufferFactory( buffersFactory, textBox_ );
        final IBufferManager manager = new RecordBufferManager( factory );
        try
View Full Code Here

TOP

Related Classes of palmed.edit.TextBox

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.