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.
我已经有一个使用这张图片的程序,但是我将如何对其进行编程,以便用户可以单击每个单独的蓝色方块并接收响应?我已经尝试将图像拆分为单独的图像,但我不确定如何使其可点击。
这是图片:( 来源:aviationexplorer.com)
您没有告诉我们您的 GUI 库是什么,但如果是 Swing,那么答案很简单:使用MouseListener. 实现的细节当然取决于程序的结构。
MouseListener