diff -r 98ccebc37403 -r dc7c549001d5 javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java --- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java Fri May 14 15:47:24 2010 +0300 +++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java Thu May 27 12:49:31 2010 +0300 @@ -46,4 +46,12 @@ public static Font newFont(Device device, int handle) { return Font.qt_new(device, handle); } + +/* + * From the class Image + */ +public static Image createImageWithoutSecurityCheck(Device device, + String filename) { + return Image.createImageWithoutSecurityCheck(device, filename); } +}