I sent my question to many newsgroups but got no responces, so I post
it here and hopefully ...
My question is:
Is there any way to control the position & size of the User Interface
Components, such as Choice Menu, on the Canvas? In my code, I need the
Choice to appear on the exact positions given by (x,y) on my canvas.
It would be even better if I can control its size by giving the width
and height of the Choice menu.
It seemed to me that I could not use the Choice class provide by JTK and
have to write one by myself. A lot of work ... Can somebody think of
any other way? Thanks.
Jun