[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: ITableFontProvider

Hi,

You should create system resources only once and reuse it wherever you need it. To make this easy JFace provides a FontRegistry which takes care to release the resources when the display is closed.

Tom

prasad schrieb:
Hi,

how can i use ITableFontProvider.
If i have to change the font of say 5 rows , do i need to create a new Font Object for each row / column ?

Thanks You
Prasad