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 Taylor 
    paul_t100 at fastmail.fm
       
    Fri Aug 24 14:51:56 PDT 2012
    
    
  
On 24/08/2012 22:28, Sergey Bylokhov wrote:
> getRootPane().putClientProperty("apple.awt.draggableWindowBackground", 
> Boolean.TRUE); 
It works !
Great, thanks.
Paul
    
    
More information about the macosx-port-dev
mailing list