Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] snippet128 problem

Hello All ,

I am new to SWT and I am having a small problem here.I compiled and ran one of 
the SWT browser snippets , http://dev.eclipse.org/viewcvs/index.cgi/
~checkout~/platform-swt-home/snippits/snippet128.html. However when I ran it 
I got :

Exception in thread "main" org.eclipse.swt.SWTError: No more handles
	at org.eclipse.swt.SWT.error(SWT.java:2634)
	at org.eclipse.swt.SWT.error(SWT.java:2538)
	at org.eclipse.swt.browser.Browser.<init>(Browser.java:116)
	at com.bivus.HelloSWT.HelloSWT.main(HelloSWT.java:45)

What am I doing wrong ? Any help would be apreciated. Thanks in advance :)

Ivan.



Back to the top