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.
我有一个具有背景图像的 JPanel。在此面板中,我添加了一个 JTextField,并将背景颜色设置为该文本字段。我希望背景能够获得颜色,但它被面板的背景图像覆盖。
这是预期的行为吗?如果没有,如何绕过它?
检查您的文本字段是否不透明。
摆动行为取决于许多属性和布局。您可以尝试使用此工具调试您的挥杆组件并使用属性(背景,不透明,...)进行一些实验。