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();