mirror of https://github.com/zlatinb/muwire
center review title
parent
3550fa43c9
commit
792eca6d06
|
@ -80,7 +80,9 @@ class CollectionWizardView {
|
|||
}
|
||||
panel(constraints : "review") {
|
||||
borderLayout()
|
||||
label(text : trans("COLLECTION_REVIEW_TITLE"), constraints : BorderLayout.NORTH)
|
||||
panel (constraints : BorderLayout.NORTH) {
|
||||
label(text : trans("COLLECTION_REVIEW_TITLE"))
|
||||
}
|
||||
scrollPane(constraints : BorderLayout.CENTER) {
|
||||
jTree = new JTree(model.tree)
|
||||
jTree.setCellRenderer(new PathTreeRenderer())
|
||||
|
|
Loading…
Reference in New Issue