Skip to main content

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

Looks like you do not have the required image file or it is not in the 
correct location.

Please ask questions like this on the GEF newsgroup.  This mailing list is 
for people developing SWT.

news://news.eclipse.org/eclipse.tools.gef




leena priya <mepriyaleena@xxxxxxxxx> 
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
11/08/2004 08:00 AM
Please respond to
platform-swt-dev


To
platform-swt-dev@xxxxxxxxxxx
cc

Subject
[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