Author: dbkr
Date: 2006-09-21 21:13:26 +0000 (Thu, 21 Sep 2006)
New Revision: 10496
Modified:
trunk/apps/Freemail/src/freemailgui/SetupWizard.java
trunk/apps/Freemail/src/freemailgui/WizardChooseUsername.java
trunk/apps/Freemail/src/freemailgui/text/MessageBundle_en_GB.properties
Log:
Some more work on the setup wizard
Modified: trunk/apps/Freemail/src/freemailgui/SetupWizard.java
===================================================================
--- trunk/apps/Freemail/src/freemailgui/SetupWizard.java 2006-09-20
19:56:28 UTC (rev 10495)
+++ trunk/apps/Freemail/src/freemailgui/SetupWizard.java 2006-09-21
21:13:26 UTC (rev 10496)
@@ -98,6 +98,9 @@
case 1:
this.subpanel = new
WizardChooseUsername(this.bundle);
break;
+ case 2:
+ this.subpanel = new
WizardAskGenKeys(this.bundle);
+ break;
}
if (this.currentstep == 0) {
@@ -129,12 +132,10 @@
this.currentstep++;
this.makeGUI();
this.panel.repaint();
- //this.show();
} else if (e.getSource() == this.backbutton) {
this.currentstep--;
this.makeGUI();
this.panel.repaint();
- //this.show();
}
}
}
Modified: trunk/apps/Freemail/src/freemailgui/WizardChooseUsername.java
===================================================================
--- trunk/apps/Freemail/src/freemailgui/WizardChooseUsername.java
2006-09-20 19:56:28 UTC (rev 10495)
+++ trunk/apps/Freemail/src/freemailgui/WizardChooseUsername.java
2006-09-21 21:13:26 UTC (rev 10496)
@@ -46,7 +46,7 @@
c.gridwidth = 1;
c.fill = GridBagConstraints.NONE;
c.weightx = 0;
- c.anchor = GridBagConstraints.EAST;
+ c.anchor = GridBagConstraints.EAST;
gb.setConstraints(usernamelbl, c);
this.add(usernamelbl);
Modified:
trunk/apps/Freemail/src/freemailgui/text/MessageBundle_en_GB.properties
===================================================================
--- trunk/apps/Freemail/src/freemailgui/text/MessageBundle_en_GB.properties
2006-09-20 19:56:28 UTC (rev 10495)
+++ trunk/apps/Freemail/src/freemailgui/text/MessageBundle_en_GB.properties
2006-09-21 21:13:26 UTC (rev 10496)
@@ -8,3 +8,7 @@
password = Password
confirm_password = Confirm Password
back = Back
+will_generate_keys = The next step is to generate keys for your account. Make
sure that your Freenet node is running before proceeding.
+node_address_prompt = If your Freenet node is running on a different machine
or nonstandard port, please specify the hostname and FCP port below. If you
have not changed these values, just click next.
+fcp_host = Freenet FCP Hostname
+fcp_port = Freenet FCP Port