Java Swing 中用于桌面开发的触摸屏支持 API?
我正在开发一个系统,最终将在支持触摸屏的机器(例如 HP Touchsmart)上实现。
java swing api中是否有支持轻弹页面向上/向下滚动(例如在iphone/android手机中)的相关参考?任何支持触摸/多点触摸的 Swing API 的一般参考也值得赞赏。
谢谢!
光伏发电
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 java 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你应该寻找某种鼠标手势库,因为 Java 会像任何其他“鼠标”一样看到触摸屏。很高兴看到 Swing L&F 专门用于触摸屏,可以处理鼠标手势和控件的大小。
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.