Create a touch keyboard on a new frame / JPanel

HI,

Is it impossible to create a touch keyboard in a new frame? If so, in what way?

Hello,

It depends on what you are trying to implement. It may be beneficial to check out the coordinate map example to see how you can use the touchevent to accomplish a keyboard type of functionality.

Example: GitHub - UniversalRobots/CoordinateMapHTML: URCap sample that mainly demonstrates the principle of TouchEvent

If the JComponent you want to attach a (default UR touch keyboard) to, is a child within the parent JPanel in your View-class, it is possible to tie this keyboard tot hat component.

It is generally not possible to tie a UR supplied keyboard, to an overlay outside of the bounds of the View-JPanel.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.