Commit 34bff63
Fix F1 help focus issue in InterestPointExplorer
The F1 help key wasn't working until the user clicked on the table.
This commit fixes that by:
- Making the panel focusable with setFocusable(true)
- Adding mouse listeners to automatically request focus when:
* Mouse enters the panel area
* Mouse is pressed/clicked anywhere in the panel
Now F1 works immediately when you hover or click anywhere in the
InterestPointExplorer window, without requiring a table row click first.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a28ad01 commit 34bff63
File tree
1 file changed
+23
-0
lines changed- src/main/java/net/preibisch/mvrecon/fiji/spimdata/explorer/interestpoint
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
440 | 444 | | |
441 | 445 | | |
442 | 446 | | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
443 | 466 | | |
444 | 467 | | |
445 | 468 | | |
| |||
0 commit comments