示例#1
0
 /**
  * Method to set the title for the picture
  *
  * @param title the title to use for the picture
  */
 public void setTitle(String title) {
   this.title = title;
   if (pictureFrame != null) pictureFrame.setTitle(title);
 }