public void propertyChange(PropertyChangeEvent e) { Object source = e.getSource(); if (source == point1Field) { point1Action(); return; } }
void MyDialogWindow::Key(dword code, int) { if(point1Field.HasFocus()) { point1Action(); return; } }
Report message to a moderator