设置JFrame的背景色

如何为JFrame设置背景颜色?



湖上湖
浏览 807回答 3
3回答

拉丁的传说

检索框架的内容窗格,并使用从Component继承的setBackground()方法更改颜色。例:myJFrame.getContentPane().setBackground( desiredColor );

慕容森

设置JFrame的背景色:getContentPane().setBackground(Color.YELLOW);  //Whatever color
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java