-
Sub-task
-
Resolution: Delivered
-
P4
-
7u201, 8u172, 10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8191140 | 8u172 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8209327 | 7u201 | Clifford Wayne | P4 | Resolved | Delivered |
This release adds support for automatically showing the touch keyboard for Swing/AWT text components on Microsoft Windows 8 or later. A user can display the touch keyboard either by using a touch screen to tap the text component area or by using a mouse to click in the area, when a keyboard is not attached to a computer.
The system property `awt.touchKeyboardAutoShowIsEnabled` controls whether this functionality is enabled in the JDK. This functionality is enabled by default. However, if the functionality is not needed, the user can switch it off from the command line by setting the system property to `false`:
`-Dawt.touchKeyboardAutoShowIsEnabled=false`
The system property `awt.touchKeyboardAutoShowIsEnabled` controls whether this functionality is enabled in the JDK. This functionality is enabled by default. However, if the functionality is not needed, the user can switch it off from the command line by setting the system property to `false`:
`-Dawt.touchKeyboardAutoShowIsEnabled=false`
- backported by
-
JDK-8209327 Release Note: Touch Keyboard for Swing/AWT Text Components
-
- Resolved
-
-
JDK-8191140 Release Note: Touch Keyboard for Swing/AWT Text Components
-
- Closed
-