示例#1
0
 void applyButton_actionPerformed(java.awt.event.ActionEvent event) {
   updateVectorAttribute();
 }
示例#2
0
 void okButton_actionPerformed(java.awt.event.ActionEvent event) {
   updateVectorAttribute();
   this.setVisible(false);
 }