Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] GlassPane-like

Painting over/across multiple controls is not supported, right?

I have tested it now on a Table control. It looks like painting over the header is not supported. Is it expected that in

 Rectangle clientArea = table.getClientArea();

the point (clientArea.x, clientArea.y) is inside the table header, not in the first cell?

--
Thomas


On 2019-10-25 20:22, Thomas Singer wrote:
Hi Laurent,

Thanks for the tip with the paint listener. Unexpectedly this works on Windows - I thought it didn't when I tried in the past.

Have a nice weekend!



Back to the top