Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ercp-dev] adding tabs to the editor view


Joe,

This is the developer mailing list for the embedded Rich Client Platform Technology project.  

I think you want to be asking these types of questions on the SWT newsgroup (eclipse.platform.swt) or if the question is RCP-related, the Rich Client Platform newsgroup (eclipse.platform.rcp).  Developer mailing lists are used to discuss development efforts for a particular component vs. how to use a component.  There is also a newsgroup for the embedded Rich Client Platform project if you are using eRCP/eSWT vs. RCP/SWT.

Anyway, to change the font color of a Label, you can use the setForeground(Color) API.

Lynne




"Joseph C. Estes, Jr." <joseph.estes@xxxxxxxxxxxxxxxxx>
Sent by: ercp-dev-bounces@xxxxxxxxxxx

10/24/2005 04:24 PM
Please respond to eRCP project developer discussions

       
        To:        "'eRCP project developer discussions'" <ercp-dev@xxxxxxxxxxx>
        cc:        
        Subject:        RE: [ercp-dev] adding tabs to the editor view



 
Does anyone know how to change the font color of different labels in an application window style swt application?
 
Joe_______________________________________________
ercp-dev mailing list
ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ercp-dev


Back to the top