JAL-3111 JAL-3280 hide the version check preference option in ‘Connections’ tab
authorJim Procter <jprocter@issues.jalview.org>
Tue, 2 Jul 2019 22:18:13 +0000 (23:18 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 2 Jul 2019 22:18:13 +0000 (23:18 +0100)
src/jalview/jbgui/GPreferences.java

index 60bf1b7..9f98ffa 100755 (executable)
@@ -629,6 +629,8 @@ public class GPreferences extends JPanel
                     GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL,
                     new Insets(0, 2, 5, 5), 70, 1));
 
+    versioncheck.setVisible(false);
+
     // Add padding so the panel doesn't look ridiculous
     JPanel spacePanel = new JPanel();
     connectTab.add(spacePanel,