move things around
This commit is contained in:
@@ -223,22 +223,21 @@ class MainFrameView {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
panel (constraints : BorderLayout.SOUTH) {
|
panel (constraints : BorderLayout.SOUTH) {
|
||||||
gridLayout(rows:1, cols:2)
|
gridLayout(rows:1, cols:3)
|
||||||
|
panel {
|
||||||
|
buttonGroup(id : "sharedViewType")
|
||||||
|
radioButton(text : "Tree", selected : true, buttonGroup : sharedViewType, actionPerformed : showSharedFilesTree)
|
||||||
|
radioButton(text : "Table", selected : false, buttonGroup : sharedViewType, actionPerformed : showSharedFilesTable)
|
||||||
|
}
|
||||||
panel {
|
panel {
|
||||||
button(text : "Share files", actionPerformed : shareFiles)
|
button(text : "Share files", actionPerformed : shareFiles)
|
||||||
button(text : "Add Comment", enabled : bind {model.addCommentButtonEnabled}, addCommentAction)
|
button(text : "Add Comment", enabled : bind {model.addCommentButtonEnabled}, addCommentAction)
|
||||||
}
|
}
|
||||||
panel {
|
panel {
|
||||||
gridLayout(rows : 1, cols : 2)
|
|
||||||
panel {
|
panel {
|
||||||
label("Shared:")
|
label("Shared:")
|
||||||
label(text : bind {model.loadedFiles}, id : "shared-files-count")
|
label(text : bind {model.loadedFiles}, id : "shared-files-count")
|
||||||
}
|
}
|
||||||
panel {
|
|
||||||
buttonGroup(id : "sharedViewType")
|
|
||||||
radioButton(text : "Tree", selected : true, buttonGroup : sharedViewType, actionPerformed : showSharedFilesTree)
|
|
||||||
radioButton(text : "Table", selected : false, buttonGroup : sharedViewType, actionPerformed : showSharedFilesTable)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user