mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8215909: Typo in Swing ProcessMouseEvent method documentation
Reviewed-by: serb, aivanov
This commit is contained in:
parent
f2962e80b5
commit
8dd191768b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public interface MenuElement {
|
|||
* source being the receiving element's component. {@code path} is the
|
||||
* path of the receiving element in the menu hierarchy including the
|
||||
* receiving element itself. {@code manager} is the
|
||||
* {@code MenuSelectionManager}for the menu hierarchy. This method should
|
||||
* {@code MenuSelectionManager} for the menu hierarchy. This method should
|
||||
* process the {@code MouseEvent} and change the menu selection if necessary
|
||||
* by using {@code MenuSelectionManager}'s API Note: you do not have to
|
||||
* forward the event to sub-components. This is done automatically by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue