java - Native status bars -
Is there a way to create a native status bar in SWT that has been found in Windows applications :
I have seen the status bar simulated using labels, but I am more interested in the true solution.
org.eclipse.jface.action.StatusLineManager.createControl (), or getControl (), a status Line gives control. This control is definitely (native to SDT), being native.
Comments
Post a Comment