Esempio n. 1
0
 /**
  * Show the properties dialog for the given symbol.
  *
  * @param metSymbol The symbol.
  */
 public void showProperties(MetSymbol metSymbol) {
   metSymbol.showPropertiesDialog(this);
   repaint();
 }