Hi Beni,
I’m sorry bother again!
my question is :When I dragged out the window to form ScreenDockStation, and this event is triggered, is there have a way for me to modify the Title text?
Thanks in advance,
scott.
Hi Beni,
I’m sorry bother again!
my question is :When I dragged out the window to form ScreenDockStation, and this event is triggered, is there have a way for me to modify the Title text?
Thanks in advance,
scott.
Supplement: Developments I used for Common jar
I’m not certain what your goal is, but you can always call DefaultCDockable.setTitle
. Changing the text this way immediately has an effect.
You can use a CDockableStateListener
to detect changes in the location of a Dockable.