Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/java.desktop/share/classes/java/awt/Component.java
Original file line number Diff line number Diff line change
Expand Up @@ -6287,7 +6287,7 @@ final boolean isCoalescingEnabled() {
* and paint (and update) events.
* For mouse move events the last event is always returned, causing
* intermediate moves to be discarded. For paint events, the new
* event is coalesced into a complex {@code RepaintArea} in the peer.
* event is coalesced into a complex repaint area in the peer.
* The new {@code AWTEvent} is always returned.
*
* @param existingEvent the event already on the {@code EventQueue}
Expand Down