Package com.gwesm.presenters

Examples of com.gwesm.presenters.StatsPresenter


    Display display = new Display();
    final Shell shell = new Shell(display, SWT.CLOSE | SWT.TITLE | SWT.MIN);
    shell.setLayout(new FillLayout());

    StatsPresenter presenter = new StatsPresenter(gwesm, character);

    StatisticsView view = new StatisticsView(shell, presenter);

    shell.open();
View Full Code Here

TOP

Related Classes of com.gwesm.presenters.StatsPresenter

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.