예제 #1
0
 /**
  * Shows a status message.
  *
  * @see DrawingEditor
  */
 public void showStatus(String string) {
   fStatusLine.setText(string);
 }