mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-03-19 14:05:51 +00:00
Simplest solution to make new panel invisible.
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user