mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-3857: Port most Debugger components to TraceRmi.
This commit is contained in:
parent
7e4d2bcfaa
commit
fd4380c07a
222 changed files with 7241 additions and 3752 deletions
|
@ -1742,8 +1742,7 @@ public abstract class AbstractDockingTest extends AbstractGuiTest {
|
|||
Objects.requireNonNull(c);
|
||||
Objects.requireNonNull(consumer);
|
||||
|
||||
if (c instanceof JTextComponent) {
|
||||
JTextComponent tf = (JTextComponent) c;
|
||||
if (c instanceof JTextComponent tf) {
|
||||
forceTextComponentFocus(tf);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue