Package edu.mit.blocks.codeblockutil

Examples of edu.mit.blocks.codeblockutil.LabelWidget$ShadowLabel


        if (initLabelText == null) {
            initLabelText = "";
        }
        this.blockID = blockID;
        this.labelType = labelType;
        widget = new LabelWidget(initLabelText, workspace.getEnv().getBlock(blockID).getColor().darker(), tooltipBackground) {

            private static final long serialVersionUID = 328149080424L;

            protected void fireTextChanged(String text) {
                textChanged(text);
View Full Code Here

TOP

Related Classes of edu.mit.blocks.codeblockutil.LabelWidget$ShadowLabel

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.