Hi thanks for the reply,
However if I dont set a fixed size to the button it simply doesn't
display. For example:
button13 = new JButton();
button13.setLocation(new IntPoint(469, 0));
button13.setIcon(new AssetIcon(new Bitmap("my_image.png") as
DisplayObject));
append(button13);
The JButton is not visible at all. Is there something I must do first
for the button to display? I'm using an EmptyLayout if that's
relevant.
On Nov 3, 11:08 pm, iiley <
iiley.c...@gmail.com> wrote:
> Hi, you should let your button self count size.(do not set a fixed size to
> it)
>
> 2011/11/3 sauceypan <
saucey...@gmail.com>