Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] hide/show Statusbar

Hi 

Im using a Lable object for my statusbar. The layout is FormLayout.
When I want to hide the statusbar I just change the FormData.top value
to 0. When I want to show it again I change that value to -24 .. It
works fine but is there a more elegant way of doing this?

thanks


Back to the top