X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fdialogs%2FFeedbackDialog.java;h=825879cf985bf7ee32440e6be4f5af9ded4f499f;hb=70d8216b289cb08f69d842fad324bb8f26bf03ca;hp=f42bff55c08c98672c058bada1473452441fa386;hpb=3877d57c9cdad93179d6362a09af6b18576a512c;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/FeedbackDialog.java b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/FeedbackDialog.java index f42bff55c..825879cf9 100644 --- a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/FeedbackDialog.java +++ b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/FeedbackDialog.java @@ -20,14 +20,19 @@ import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Text; -/** Generic lightweight dialog, not based on JFace. */ +/** + * Generic lightweight dialog, not based on JFace. + * + * @deprecated Use CMS dialogs instead. + */ +@Deprecated public class FeedbackDialog extends LightweightDialog { private final static Log log = LogFactory.getLog(FeedbackDialog.class); private String message; private Throwable exception; - private Shell parentShell; +// private Shell parentShell; private Shell shell; public static void show(String message, Throwable e) {