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

Popular posts from this blog

Indexing in SQL -

objective c - iPhone and it's wireless area -

multithreading - Do lock objects in Java need to be static? -