Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 67820

Summary: Default color of form text is unreadable
Product: [Eclipse Project] Platform Reporter: Joshua Gould <jgould>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Joshua Gould CLA 2004-06-18 10:47:48 EDT
The text 'Hello, Hello, Eclipse Forms' is a faint yellow color that is unreadable

public void createPartControl(Composite parent) {
   toolkit = new FormToolkit(parent.getDisplay());
   form = toolkit.createForm(parent);
   form.setText("Hello, Eclipse Forms");
}
Comment 1 Ines Khelifi CLA 2004-06-18 15:51:36 EDT
This could be marked as a dup of Bug 63217.
Comment 2 Dejan Glozic CLA 2004-06-18 16:24:30 EDT

*** This bug has been marked as a duplicate of 63217 ***