| [news.eclipse.platform] Re: How to get default font in Table |
Tom,
Tom Schindl schrieb:Sorry even simpler:
public Font getFont() {
return JFaceResources.getFontRegistry().getItalic(JFaceResources.VIEWER_FONT);
}
And once more sorry for replying to myself so often but this is deprecated.
Tom