}
private Object layoutNorthPart() {
if (HideIncompatibleProjectsSwitch.ENABLED) {
BoxBuilder row = BoxBuilder.horizontal();
UiProvider hideIncompatibleProjectsSwitch = new HideIncompatibleProjectsSwitch(table, Versions.CURRENT,
RecentProjectsViewer.class);
row.glue().add(hideIncompatibleProjectsSwitch);
return row;
}
return null;