groupmain.setLayout(gridLayout);
createToolBar();
createContainer();
listener = new MainListener(this, container);
sShell.setSize(new org.eclipse.swt.graphics.Point(940, 600));
sShell.setMinimumSize(940, 600);
// load resources
listener.loadOptions();