- This topic has 3 replies, 1 voice, and was last updated 2 years, 5 months ago by .
- You must be logged in to reply to this topic.
Home 1 › Forums › Beehive Theme › Starlab
sdscdvsdfvdfv
dfzhdt
ok
Shell shell;
try {
display = new Display();
shell = SWT_AWT.new_Shell(display, SwtBrowserCanvas.this);
shell.setLayout(new FillLayout());
browserReference.set(new Browser(shell, SWT.NONE));
}
catch (Exception e) {
e.printStackTrace();
return;
}
finally {
ok