JDialog: name: frame title: frame.title size: 900x500 locationRelativeTo: null defaultCloseOperation: disposeOnClose iconImage: img.ae modalityType: applicationModal onWindowClosing: [closing] content: - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true): - JPanel(name=panTools): - JScrollPane(name=scrollTools, vScrollBar=always, hScrollBar=never) - MigLayout: | [grow] scrollTools [grow] - PackageInfoBox(name=pkgInfo) - MigLayout: | [grow] contents [grow]