Is there a way to create native status bars in SWT like those found in Windows applications:
I have seen status bars simulated using labels, but I am mo
org.eclipse.jface.action.StatusLineManager.createControl(), or getControl(), returns a status line control. This control is, of course (being SWT), native.