Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » About TitleAreaDialog ButtonBar
About TitleAreaDialog ButtonBar [message #805692] Fri, 24 February 2012 03:04 Go to next message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
How to draw a horizontal line?
Re: About TitleAreaDialog ButtonBar [message #805757 is a reply to message #805692] Fri, 24 February 2012 05:11 Go to previous messageGo to next message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
OK

Label titleBarSeparator = new Label(composite, SWT.HORIZONTAL
| SWT.SEPARATOR);
titleBarSeparator.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
Re: About TitleAreaDialog ButtonBar [message #805762 is a reply to message #805692] Fri, 24 February 2012 05:11 Go to previous message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
OK

Label titleBarSeparator = new Label(composite, SWT.HORIZONTAL
| SWT.SEPARATOR);
titleBarSeparator.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
Previous Topic:using org.eclipse.rwt.widgets.FileUpload, how to get the selected file path
Next Topic:How to save the width of tableviewer automaticly after the user adjusts it?
Goto Forum:
  


Current Time: Fri Apr 19 10:23:56 GMT 2024

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

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

Back to the top