This commit is contained in:
Phil Race 2017-05-26 09:07:25 -07:00
commit 8190890ef7

View File

@ -1110,6 +1110,8 @@ public class KeyEvent extends InputEvent {
*
* Event source can be changed during processing, but in some cases
* we need to be able to obtain original source.
*
* @since 1.8
*/
private Component originalSource;