Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:1.0beta
-
CPU:sparc
-
OS:solaris_2.4
-
Verification:Not verified
Description
>From: ###@###.###
Having a GridLayout of
GridLayout(x 1) the first addeditem will not display.
control.new Panel()
control.setLayout(new GridLayout(5 1))
control.add(new Button("mmmhh")) this one does not show up
additional items do
(cds - I reformatted this as best I could from the lousy form input - sorry for any errors)
Having a GridLayout of
GridLayout(x 1) the first addeditem will not display.
control.new Panel()
control.setLayout(new GridLayout(5 1))
control.add(new Button("mmmhh")) this one does not show up
additional items do
(cds - I reformatted this as best I could from the lousy form input - sorry for any errors)