示例#1
0
 /** The main app calls this method to remove the module window */
 @Override
 public void dispose() {
   if (myFrame_ != null) myFrame_.dispose();
 }