猿问
设置JFrame的背景色
如何为JFrame设置背景颜色?
湖上湖
浏览 807
回答 3
3回答
拉丁的传说
检索框架的内容窗格,并使用从Component继承的setBackground()方法更改颜色。例:myJFrame.getContentPane().setBackground( desiredColor );
0
0
0
慕容森
设置JFrame的背景色:getContentPane().setBackground(Color.YELLOW); //Whatever color
0
0
0
随时随地看视频
慕课网APP
相关分类
Java
我要回答