[Webfunds-commits] java/webfunds/client/contracts/wizard ContractFile.java FinishEnd.java KeyContract.java KeyServer.java KeyTop.java SignContractWizardPanel.java WizardPanel.java
Edwin Woudt
edwin@cypherpunks.ai
Mon, 28 Aug 2000 09:37:14 -0400 (AST)
edwin 00/08/28 09:37:14
Modified: webfunds/client/contracts/wizard ContractFile.java
FinishEnd.java KeyContract.java KeyServer.java
KeyTop.java SignContractWizardPanel.java
WizardPanel.java
Log:
Cosmetical:
- remove unused import statements.
Revision Changes Path
1.7 +2 -5 java/webfunds/client/contracts/wizard/ContractFile.java
Index: ContractFile.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/ContractFile.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ContractFile.java 2000/08/28 13:02:31 1.6
+++ ContractFile.java 2000/08/28 13:37:13 1.7
@@ -1,5 +1,5 @@
/*
- * $Id: ContractFile.java,v 1.6 2000/08/28 13:02:31 edwin Exp $
+ * $Id: ContractFile.java,v 1.7 2000/08/28 13:37:13 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -8,10 +8,7 @@
package webfunds.client.contracts.wizard;
-import java.io.DataInputStream;
import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
import java.io.IOException;
import java.awt.*;
@@ -27,7 +24,7 @@
* Panel that asks for the filename of the contract.
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
*/
public class ContractFile extends SignContractWizardPanel
1.5 +2 -4 java/webfunds/client/contracts/wizard/FinishEnd.java
Index: FinishEnd.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/FinishEnd.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FinishEnd.java 2000/08/28 13:02:31 1.4
+++ FinishEnd.java 2000/08/28 13:37:13 1.5
@@ -1,5 +1,5 @@
/*
- * $Id: FinishEnd.java,v 1.4 2000/08/28 13:02:31 edwin Exp $
+ * $Id: FinishEnd.java,v 1.5 2000/08/28 13:37:13 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -8,8 +8,6 @@
package webfunds.client.contracts.wizard;
-import java.io.IOException;
-
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
@@ -19,7 +17,7 @@
* Final 'congratulations' panel.
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class FinishEnd extends SignContractWizardPanel {
1.10 +2 -9 java/webfunds/client/contracts/wizard/KeyContract.java
Index: KeyContract.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/KeyContract.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- KeyContract.java 2000/08/28 13:02:32 1.9
+++ KeyContract.java 2000/08/28 13:37:13 1.10
@@ -1,5 +1,5 @@
/*
- * $Id: KeyContract.java,v 1.9 2000/08/28 13:02:32 edwin Exp $
+ * $Id: KeyContract.java,v 1.10 2000/08/28 13:37:13 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -8,31 +8,24 @@
package webfunds.client.contracts.wizard;
-import java.io.DataInputStream;
import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
import java.io.IOException;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
-import cryptix.openpgp.PGPException;
-import cryptix.openpgp.PGPPublicKey;
import cryptix.openpgp.PGPSecretKey;
-import webfunds.ricardian.Contract;
import webfunds.ricardian.KeyUtil;
import webfunds.ricardian.ArmouredKeyException;
-import webfunds.ricardian.StripKeyException;
/**
* Panel that asks for the contract key
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.9 $
+ * @version $Revision: 1.10 $
*/
public class KeyContract extends SignContractWizardPanel
1.10 +2 -8 java/webfunds/client/contracts/wizard/KeyServer.java
Index: KeyServer.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/KeyServer.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- KeyServer.java 2000/08/28 13:02:32 1.9
+++ KeyServer.java 2000/08/28 13:37:13 1.10
@@ -1,5 +1,5 @@
/*
- * $Id: KeyServer.java,v 1.9 2000/08/28 13:02:32 edwin Exp $
+ * $Id: KeyServer.java,v 1.10 2000/08/28 13:37:13 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -8,25 +8,19 @@
package webfunds.client.contracts.wizard;
-import java.io.DataInputStream;
import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
import java.io.IOException;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
-import cryptix.openpgp.PGPPublicKey;
-import webfunds.ricardian.Contract;
-import webfunds.ricardian.KeyUtil;
/**
* Panel that asks for the [operator] certification key
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.9 $
+ * @version $Revision: 1.10 $
*/
public class KeyServer extends SignContractWizardPanel
1.10 +2 -4 java/webfunds/client/contracts/wizard/KeyTop.java
Index: KeyTop.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/KeyTop.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- KeyTop.java 2000/08/28 13:02:32 1.9
+++ KeyTop.java 2000/08/28 13:37:13 1.10
@@ -1,5 +1,5 @@
/*
- * $Id: KeyTop.java,v 1.9 2000/08/28 13:02:32 edwin Exp $
+ * $Id: KeyTop.java,v 1.10 2000/08/28 13:37:13 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -15,14 +15,12 @@
import java.awt.event.*;
import javax.swing.*;
-import webfunds.ricardian.Contract;
-
/**
* Panel that asks for the toplevel certification key
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.9 $
+ * @version $Revision: 1.10 $
*/
public class KeyTop extends SignContractWizardPanel
1.2 +2 -5 java/webfunds/client/contracts/wizard/SignContractWizardPanel.java
Index: SignContractWizardPanel.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/SignContractWizardPanel.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SignContractWizardPanel.java 2000/08/28 13:02:32 1.1
+++ SignContractWizardPanel.java 2000/08/28 13:37:13 1.2
@@ -1,5 +1,5 @@
/*
- * $Id: SignContractWizardPanel.java,v 1.1 2000/08/28 13:02:32 edwin Exp $
+ * $Id: SignContractWizardPanel.java,v 1.2 2000/08/28 13:37:13 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -7,15 +7,12 @@
package webfunds.client.contracts.wizard;
-import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
-import javax.swing.*;
-
import cryptix.openpgp.PGPPublicKey;
import webfunds.ricardian.StripKeyException;
@@ -28,7 +25,7 @@
* sign contract wizard.
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public abstract class SignContractWizardPanel extends WizardPanel {
1.8 +2 -15 java/webfunds/client/contracts/wizard/WizardPanel.java
Index: WizardPanel.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/WizardPanel.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- WizardPanel.java 2000/08/28 13:02:32 1.7
+++ WizardPanel.java 2000/08/28 13:37:13 1.8
@@ -1,5 +1,5 @@
/*
- * $Id: WizardPanel.java,v 1.7 2000/08/28 13:02:32 edwin Exp $
+ * $Id: WizardPanel.java,v 1.8 2000/08/28 13:37:13 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -7,27 +7,14 @@
package webfunds.client.contracts.wizard;
-import java.io.ByteArrayInputStream;
-import java.io.DataInputStream;
-import java.io.IOException;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-
import javax.swing.*;
-import cryptix.openpgp.PGPPublicKey;
-
-import webfunds.ricardian.StripKeyException;
-import webfunds.ricardian.ArmouredKeyException;
-import webfunds.ricardian.Contract;
-import webfunds.ricardian.KeyUtil;
/**
* Abstract superclass for all panels in a wizard.
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
*/
public abstract class WizardPanel extends JPanel {