Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.4
-
Fix Version/s: 1.5.5, 1.6-beta-1
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
In the SwingBuilder adding multiple components to the scrollPane node results in only the last node being visible:
scrollPane() {
table() { ... interesting table stuff... }
button("Delete")
}
only the delete button will show, the table will go into the bit bucket after being added.
adjust fix version