|
tanr wrote:
Welcome.
> one originally in the image. However my version has an extra property
> when it is selected it has an "arrangement" property the component in
> the original dolphin image does not have.
The "arrangement" property only appears when you have selected a
LayoutManager in the view's parent view. If you go to the parent view
and set the "layoutManager" aspect to nil then the "arrangement" aspect
in your view will disappear.
It's worth mentioning the values that you can set the "arrangement"
aspect to will change depending on the LayoutManager you choose. For
example, if you choose a BorderLayout for the "layoutManager" in the
parent view then the children's "arrangement" aspect can be one of
(north south east west and centre). If you select FramingLayout the the
"arrangement" will be a FramingConstraints object.
--
Ian
Use the Reply-To address to contact me.
Mail sent to the From address is ignored.
|