Package transientlibs.preui.objects.gui.elements

Examples of transientlibs.preui.objects.gui.elements.TextBox


        }



        if (byTypeCode == TextBoxType) {
            result = new TextBox(setX, setY, null, " ", setFont);
        }

        if (byTypeCode == ButtonGroupType) {
            result = new ButtonGroup(setX, setY, setFont, null);
            //Log.info("image: "+setImage);
View Full Code Here

TOP

Related Classes of transientlibs.preui.objects.gui.elements.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.