【发布时间】:2021-05-24 03:01:03
【问题描述】:
粉红色不起作用!
//Frame
JFrame f = new JFrame("Tab");
f.setBounds(100, 100, 1000, 1000);
f.setVisible(true);
f.setLayout(null);
f.setBackground(Color.pink);
【问题讨论】:
-
粉色和其他任何颜色
标签: java swing jframe background-color