groovy

scrollPane() should not allow multiple components as children

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major 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 :
    0

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.

Activity

Hide
Paul King added a comment -

adjust fix version

Show
Paul King added a comment - adjust fix version

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: