Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Combo: how to get rid of the 3d bar
Combo: how to get rid of the 3d bar [message #534022] Mon, 17 May 2010 18:06
Thomas  is currently offline Thomas Friend
Messages: 2
Registered: May 2010
Junior Member
I'm unable to get rid of the 3d look of my Combo control I try:

Combo combo = new Combo(parent, SWT.FLAT);
combo.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));


And it always has a thick 3d frame.
I'm able to do this with CCombo but CCombo has other issues.
Previous Topic:Sorry for so many posts :( - Simualte KeyEvent "!" character
Next Topic:Composite consructor throws IllegalArgumentException on a non-null argument
Goto Forum:
  


Current Time: Thu Apr 25 19:04:14 GMT 2024

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

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

Back to the top