开发者

Touch screen supported API for desktop development in Java Swing?

开发者 https://www.devze.com 2023-01-11 16:19 出处:网络
I\'m developing a system that will eventually be implemented on a touch-screen supported machines such as HP Touchsmart.

I'm developing a system that will eventually be implemented on a touch-screen supported machines such as HP Touchsmart.

Are there any relevant references in ja开发者_运维技巧va swing api that support flicking pages to scroll up/down (such as in iphone/android phone)? Any general references to any swing api that support touch/multi-touch are also appreciated.

Thanks!

PV


I think that you should look for some kind of mouse gesture library since Java will see touchscreen just like any other "mouse". It would be nice to see Swing L&F specialized for touch screens that takes care of mouse gestures and size of the controls.

0

精彩评论

暂无评论...
验证码 换一张
取 消