Package ch.sahits.game.graphic.display.notice

Examples of ch.sahits.game.graphic.display.notice.NoticeView


    rectangle = new Rectangle();
    rectangle.x=rect.x+5;
    rectangle.y=rect.y+TOP_STATUS_HEIGHT+MAP_OVERVIEW_HEIGHT+MENU_HEIGHT+TOP_STATUS_HEIGHT+6;
    rectangle.height=238;
    rectangle.width=236;
    noticeView = new NoticeView(rectangle,loader);
    noticeView.setEnabled(true);
    rectangle = new Rectangle();
    rectangle.x=rect.x+LEFT_PANEL_WIDTH;
    rectangle.y=rect.y+TOP_STATUS_HEIGHT;
    rectangle.height=rect.height-(rectangle.y+BORDER_SPACING);
View Full Code Here

TOP

Related Classes of ch.sahits.game.graphic.display.notice.NoticeView

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.