📜  java 背景颜色 - Java 代码示例

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

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

or

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