Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 156781 Details for
Bug 300356
[Forms] IE does not render the bottom line of a form header correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
snippet
snippet.txt (text/plain), 724 bytes, created by
Niels Lippke
on 2010-01-21 08:22:09 EST
(
hide
)
Description:
snippet
Filename:
MIME Type:
Creator:
Niels Lippke
Created:
2010-01-21 08:22:09 EST
Size:
724 bytes
patch
obsolete
>public void createPartControl(Composite parent) { > FormColors colors = new FormColors(parent.getDisplay()); > colors.createColor(IFormColors.H_GRADIENT_START, Graphics.getColor(189, 193, 200).getRGB()); > colors.createColor(IFormColors.H_GRADIENT_END, Graphics.getColor(240, 241, 242).getRGB()); > colors.createColor(IFormColors.H_BOTTOM_KEYLINE2, Graphics.getColor(0, 0, 0).getRGB()); > colors.createColor(IFormColors.H_BOTTOM_KEYLINE1, Graphics.getColor(127, 127, 127).getRGB()); > FormToolkit tk = new FormToolkit(colors); > Form form = tk.createForm(parent); > form.setFont(Graphics.getFont(new FontData("Segoe UI", 16, SWT.BOLD))); > form.setText("Form Title"); > tk.decorateFormHeading(form); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 300356
: 156781 |
156782