mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-5375 - Added GTree.getChildren(String) to handle potential duplicate child nodes
This commit is contained in:
parent
391101cf98
commit
e868fdd344
6 changed files with 155 additions and 199 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue