private Image fImage;
- private boolean fStatusLineAboveButtons;
+ //private boolean fStatusLineAboveButtons;
/**
* Creates an instane of a status dialog.
*/
public StatusDialog(Shell parent) {
super(parent);
- fStatusLineAboveButtons = false;
+ //fStatusLineAboveButtons = false;
fLastStatus = new StatusInfo();
}
* if <code>true</code> status line is placed above buttons; if
* <code>false</code> to the right
*/
- public void setStatusLineAboveButtons(boolean aboveButtons) {
- fStatusLineAboveButtons = aboveButtons;
- }
+// public void setStatusLineAboveButtons(boolean aboveButtons) {
+// //fStatusLineAboveButtons = aboveButtons;
+// }
/**
* Update the dialog's status line to reflect the given status. It is save