Skip to main content

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

Hi Thomas,

On Windows & Mac (never tried on Linux), just add a Paint Listener on your control.

Please find enclosed a snippet (tried on Windows 10).

Have a nice day,

Laurent

Le ven. 25 oct. 2019 à 14:01, Thomas Singer <ts-swt@xxxxxxxxxxx> a écrit :
Hi experts,

Is there some generic way of painting on top of any control at any
position similar to Swing's GlassPane? We want to implement something
like a informational text over a Table control. Thanks in advance.

--
Thomas
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev

Attachment: GlassPaneSnippet.java
Description: Binary data


Back to the top