尽管JavaFX脚本支持GroupLayout和GroupPanel组件,但我还是尽量在首次尝试时避开这些组件。GroupPanel 和 GroupLayout.content: GroupPanel { var searchRow = new Row var matchedProgressRow = new Row var thumbNailRow = new Row {resizable: true} var selectedProgressRow = new Row var imageRow = new Row {resizable: true} var mainCol = new Column {resizable: true} rows: [searchRow, matchedProgressRow, thumbNailRow, selectedProgressRow, imageRow] columns: mainCol.