panel(noGrid, flowY) {
add(saveOnDisk)
add(rememberPasswordsUntilClosing)
}
panel(noGrid, flowY) {
add(editors.get(0).component)
add(autoSync)
hint("Use VCS -> Sync Settings to sync when you want")
titledPanel("Read-only Sources", editors.get(1).component, grow, push)
}