141142143144145146147148
*/ public static void openSample() { Display display = Display.getDefault(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); new GMapsDetailsPanel(shell, SWT.NONE); shell.open(); }