Пример #1
0
 /** _more_ */
 public void removeChart() {
   if (GuiUtils.askOkCancel("Remove Chart", "Do you want to remove this chart?")) {
     stormDisplayState.removeChart(this);
   }
 }