Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » White border around SWT composite Windows
White border around SWT composite Windows [message #1829791] Fri, 10 July 2020 15:12 Go to next message
Katya Doersam is currently offline Katya DoersamFriend
Messages: 26
Registered: June 2020
Junior Member
I am developing a custom window using SWT. This window is part of my eclipse PDE plugin. When the window pops up in the runtime version of eclipse, there are white borders around the composites (see attached photo). I thought adding "SWT.NO_BACKGROUND" to the composite would get rid of the issue, but so far it has not.

Any thoughts?
Re: White border around SWT composite Windows [message #1829830 is a reply to message #1829791] Sun, 12 July 2020 05:58 Go to previous messageGo to next message
Martin J is currently offline Martin JFriend
Messages: 50
Registered: August 2015
Member
I think SWT.NO_BACKGROUND is the problem. This make background colorless. Try SWT.NONE.
Re: White border around SWT composite Windows [message #1829948 is a reply to message #1829830] Tue, 14 July 2020 15:47 Go to previous message
Katya Doersam is currently offline Katya DoersamFriend
Messages: 26
Registered: June 2020
Junior Member
That worked! Thank you!
Previous Topic:SWT error on LINUX VDI
Next Topic:Custom Dialog to open files and folders
Goto Forum:
  


Current Time: Fri Mar 29 07:35:54 GMT 2024

Powered by FUDForum. Page generated in 0.01956 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top