Package com.drakulo.games.ais.ui.component

Examples of com.drakulo.games.ais.ui.component.MultilineLabel


    parent.add(terrabotButton);
    buttons.add(terrabotButton);

    y += ImageButton.IB_DEFAULT_SIZE + 25;
    x = getOX() + PADDING * 2;
    descLabel = new MultilineLabel("");
    descLabel.hide();
    descLabel.setPosition(x, y);
    descLabel.setSize(getWidth() - 4 * PADDING, 50);
    parent.add(descLabel);

View Full Code Here


      lc.setSize(80, 15);
      add(lc);
      costLabels.put(r, lc);
    }

    technologyDescription = new MultilineLabel("");
    technologyDescription.setSize(250, 50);
    add(technologyDescription);
  }
View Full Code Here

TOP

Related Classes of com.drakulo.games.ais.ui.component.MultilineLabel

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.