GP-5375 - Added GTree.getChildren(String) to handle potential duplicate child nodes

This commit is contained in:
dragonmacher 2025-02-14 19:32:44 -05:00
parent 391101cf98
commit e868fdd344
6 changed files with 155 additions and 199 deletions

View file

@ -50,6 +50,11 @@ public class KeyEntryPanel extends JPanel {
add(clearButton);
}
@Override
public void requestFocus() {
keyEntryField.requestFocus();
}
/**
* Returns the text field used by this class
* @return the text field