[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] JFace Status bar

Hi,

  I need to display a message in status bar of my eclipse application..

I have tried using StatusLineManager..

getViewSite().getActionBars().getStatusLineManager().add((IAction) statusLineContributor);
statusLineContributor.setMessage("My message");



but was throwing core exception...

Thanks in advance,
Steve