Java Swing 中用于桌面开发的触摸屏支持 API?

发布于 2024-09-14 14:15:27 字数 179 浏览 4 评论 0原文

我正在开发一个系统,最终将在支持触摸屏的机器(例如 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

还如梦归 2024-09-21 14:15:27

我认为你应该寻找某种鼠标手势库,因为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文