@ -88,13 +88,13 @@ private void init()
IppiAccRegWizzActivator . getResources ( )
. getI18NString ( "plugin.sipaccregwizz.CREATE_ACCOUNT_TITLE" ) ) ) ;
JPanel labelsPanel = new TransparentPanel ( new GridLayout ( 0 , 1 )) ;
JPanel labelsPanel = new TransparentPanel ( new GridLayout ( 0 , 1 , 0 , 4 )) ;
JPanel valuesPanel = new TransparentPanel ( new GridLayout ( 0 , 1 )) ;
JPanel valuesPanel = new TransparentPanel ( new GridLayout ( 0 , 1 , 0 , 4 )) ;
JLabel usernameLabel
= new JLabel ( IppiAccRegWizzActivator . getResources ( )
. getI18NString ( "plugin. ippi accregwizz.USERNAME") ) ;
. getI18NString ( "plugin. sip2sip accregwizz.USERNAME") ) ;
JLabel passLabel
= new JLabel ( IppiAccRegWizzActivator . getResources ( )
@ -102,11 +102,11 @@ private void init()
JLabel retypePasswordLabel
= new JLabel ( IppiAccRegWizzActivator . getResources ( )
. getI18NString ( "plugin. ippi accregwizz.RETYPE_PASSWORD") ) ;
. getI18NString ( "plugin. sip2sip accregwizz.RETYPE_PASSWORD") ) ;
JLabel emailLabel
= new JLabel ( IppiAccRegWizzActivator . getResources ( )
. getI18NString ( "plugin. ippi accregwizz.EMAIL") ) ;
. getI18NString ( "plugin. sip2sip accregwizz.EMAIL") ) ;
labelsPanel . add ( usernameLabel ) ;
labelsPanel . add ( passLabel ) ;
@ -120,7 +120,7 @@ private void init()
JLabel emailDescriptionLabel
= new JLabel ( IppiAccRegWizzActivator . getResources ( )
. getI18NString ( "plugin. ippi accregwizz.EMAIL_NOTE") ,
. getI18NString ( "plugin. sip2sip accregwizz.EMAIL_NOTE") ,
SwingConstants . CENTER ) ;
emailDescriptionLabel . setForeground ( Color . GRAY ) ;
emailDescriptionLabel . setFont ( emailDescriptionLabel . getFont ( ) . deriveFont ( 8 ) ) ;