175176177178179180181182183
} public Component getComponent() { if (certificatePanel == null) { certificatePanel = new CertificatePanel(controller); } return certificatePanel; }