PLAF question regarding JDesktopPane
Hi everyone, i am making a customized UI for a project I have. Thing is, I want to have a styled JDesktopPane. So I extend BasicDesktopPaneUI and override the paint method.
However, it looks like what I paint gets paintedover the default display. For example, if I want a rounded rectangle to be the shape of my pane, I get to see what's below in the corners or so...
Any help greatly appreciated :)
cheers
paolino

