Simplest solution to make new panel invisible.

This commit is contained in:
Alameyo
2017-06-04 10:39:51 +02:00
parent 7e4187655d
commit c8fc0eea66

View File

@ -86,7 +86,7 @@ public class LoginSettingDialog implements PropertyChangeListener
}
if ( !Default.getBoolean(Default.CERTIFICATES_MANAGER_DISABLED))
{
tabbedPane.addTab( Res.getString( "tab.certificates" ), certManager );
// tabbedPane.addTab( Res.getString( "tab.certificates" ), certManager );
}
// Construct main panel w/ layout.
final JPanel mainPanel = new JPanel();