Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3001
| From | "balla.peter" <balla.peter@THRWHITE.remove-dii-this> |
|---|---|
| Subject | How can i change the back |
| Message-ID | <fb4d726d-cf8a-47c2-91b4-e3b33a76d5de@m77g2000hsc.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| Date | 2011-04-27 15:42 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui
I tried this things but nothing happened ->
getDesktopPane().setBackground(color);
list = Tool.findComponent(getDesktopPane(), JPanel.class);
for (int i = 0; i < list.size(); i++)
list.get(i).setBackground(color);
getMainFrame().getContentPane().setBackground(color);
peter
--
"No trees were destroyed in the sending of this message. However,
a large number of electrons were terribly inconvenienced."
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next | Find similar | Unroll thread
How can i change the back "balla.peter" <balla.peter@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
csiph-web