C
cbfk23
I wonder if anyone there has ever done anything in Java to hide part
of the title on a window title bar.
For exapmle, I have a window title as follows:
"This is XXX window title - 01"
but I just want the following being seen on the title:
"This is XXX winodw title"
I need the un-displayed number on the title for some other use. Such
as the extra number (or a name) may be used to differentiate from
other similar windows. The un-seen part of the title is useful in my
codes, but customer won't happy with it.
I am not quite familar with java GUI and hope it is not a too stupid question.
Your help is appreciated.
Neil
of the title on a window title bar.
For exapmle, I have a window title as follows:
"This is XXX window title - 01"
but I just want the following being seen on the title:
"This is XXX winodw title"
I need the un-displayed number on the title for some other use. Such
as the extra number (or a name) may be used to differentiate from
other similar windows. The un-seen part of the title is useful in my
codes, but customer won't happy with it.
I am not quite familar with java GUI and hope it is not a too stupid question.
Your help is appreciated.
Neil