Skip to main content

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

Hi
 
   I'm trying to run the code from the site http://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2d.html, when i try to run "UMLClassFigureTest.java" here, I get the following error...
 
java.lang.IllegalArgumentException: Argument cannot be null

at org.eclipse.swt.SWT.error(SWT.java:2677)

at org.eclipse.swt.SWT.error(SWT.java:2616)

at org.eclipse.swt.SWT.error(SWT.java:2587)

at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:122)

at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:308)

at org.eclipse.swt.graphics.Image.<init>(Image.java:668)

at org.draw2D.umlUI.UMLClassFigureTest.main(UMLClassFigureTest.java:27)

Exception in thread "main"

How do i rectify this error ???
Please reply asap
Thank you
Leena

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Back to the top