custom frame ?

hi all.

is it possible to control the way the frame looks? can i control the way the title looks like and the icons of the window close/minimize.... ?

i think it might have something to do with look & feel but i can't find anything about the frame.

plus, anyone knows of a good tutorial/example for creating custon L&F?

thanks a lot!

[373 byte] By [nitzana] at [2007-10-3 2:57:50]
# 1

For creating a custom LAF, go to http://javootoo.com, follow the links to the LAFs of your choice, download the sources and read them.

For most LAFs, the icons for the title pane buttons are set (by the LAF) in the UIManager for the following keys:

"InternalFrame.closeIcon"

"InternalFrame.iconifyIcon"

"InternalFrame.maximizeIcon"

"InternalFrame.minimizeIcon"

"InternalFrame.paletteCloseIcon"

In most cases, the LAF creates this icons to be consistent with the current theme and the general "look" part of the LAF, so why would you want to change them?

kirillga at 2007-7-14 20:47:12 > top of Java-index,Desktop,Core GUI APIs...