コード例 #1
0
ファイル: MetSymbol.java プロジェクト: nbearson/IDV
 /** Close the properties dialog if it is open. */
 public void closePropertiesDialog() {
   if (propertiesDialog != null) {
     propertiesDialog.close();
   }
 }