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 システムを開発しましたが、上司はそれを専用のタブレット PC でも動作させたいと考えています。それを達成するために他に何ができるか知っている人はいますか? Swing GUI をタッチ操作に対応させるには?
もちろんタブレットPCのタッチ対応ドライバが必要です。
ほとんどのタッチ スクリーンは、タッチをマウス イベントに変換します。あなたもそうするなら、単純に java.awt.event.MouseListener を使うことができます。