Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们开发了一个运行在 PC 上的 Swing GUI 系统,老板也想让它运行在特殊的平板电脑上。有谁知道我们还能做些什么来实现它?如何让 Swing GUI 支持触控操作?
平板电脑的触控驱动程序当然是必要的。
大多数触摸屏将触摸转换为鼠标事件。如果您也这样做,您可以简单地使用 java.awt.event.MouseListener。