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.
我正在用java为类创建一个绘画程序。用户需要能够定义要使用的自定义颜色。我认为解决此问题的最佳方法是让用户单击一个图标,从而弹出一个带有滑块的选择窗口,以定义一种颜色的三个 RGB 值。解决此问题的最佳方法是什么?我发现JSlider但由于单击图标而无法弄清楚如何将其实现为弹出窗口。
JSlider
使用JColorChooser. 有关详细信息,请参阅如何使用颜色选择器。
JColorChooser