[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] is this bug? (ImageDescriptor.createFromFile)

ImageDescriptor.createFromFile(Class, String) always couldn't load indicated file.

so I use these instead of above one.

ImageData id = new ImageData("01.gif");
ImageDescriptor.createFromImageData(id);

it works fine. but why?