📜  如何在java代码示例中设置背景颜色

📅  最后修改于: 2022-03-11 14:52:41.304000             🧑  作者: Mango

代码示例2
[your frame name].getContentPane().setBackground([your color here]);

or

[your panel name here].setBacroundColor([your color here])