On Java 7 when using brushed metal look is there a way to make all the root pane exhibiting the brushed metal effect to be draggable rather than just the title bar ?

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Fri Aug 24 14:28:06 PDT 2012


Hi Paul.
Can you try:
getRootPane().putClientProperty("apple.awt.draggableWindowBackground", 
Boolean.TRUE);
if it does not work, file the new bug please:
http://bugs.sun.com/

24.08.2012 17:43, Paul Taylor wrote:
> On Java 7 when using brushed metal look is there a way to make all the 
> root pane exhibiting the brushed metal effect to be draggable rather 
> than just the title bar ?
>
> Paul


-- 
Best regards, Sergey.



More information about the macosx-port-dev mailing list