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.
我需要创建一个不可见的面板,但其中的组件(例如,JTextArea、JButton 等)应该是可见的。当我点击不可见的面板时,它应该变得可见。
我只能使用 JRE 1.4,仅此而已。:(
知道如何创建这样一个透明面板吗???
透明度受控于
setOpaque(false)
JComponent.setOpaque(false)是要走的路。
JComponent.setOpaque(false)