loader.save( fos, SWT.IMAGE_BMP );
} else {
- SkinUtil.openMessage( shell, null, "Use the specified image formats. ( PNG / JPG / JPEG / BMP )",
+ SkinUtil.openMessage( shell, null,
+ "Use the specified image formats. ( PNG / JPG / JPEG / BMP )",
SWT.ICON_WARNING, config );
String path = fileDialog.open();
saveFile( path, fileDialog );
shell.open();
- while ( !shell.isDisposed() ) {
+ /* while ( !shell.isDisposed() ) {
if ( !shell.getDisplay().readAndDispatch() ) {
if ( reserveImage ) {
break;
shell.getDisplay().sleep();
}
}
- }
+ } */
}