Skip to content

Commit

Permalink
Revert "Schedule"
Browse files Browse the repository at this point in the history
This reverts commit cec4f03.
  • Loading branch information
sidharthmittal121992 committed Feb 14, 2018
1 parent cec4f03 commit be42f95
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 945 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="C:/Users/samsung/Downloads/junit-4.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Owner/Downloads/junit-4.10.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file modified bin/com/exchange/gui/HomeGUI.class
Binary file not shown.
3 changes: 1 addition & 2 deletions src/com/exchange/AutoScheduler.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package com.exchange;

public class AutoScheduler {
private boolean investmentType;
private boolean divideInvestment;
private String investmentType;
private double[] percentageDivision;
private double[] growthDivision;
private boolean roi;
Expand Down
12 changes: 0 additions & 12 deletions src/com/exchange/ManualScheduler.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
package com.exchange;

import java.sql.Date;

public class ManualScheduler {
private double quantity;

public ManualScheduler() {
super();
}

public boolean crateSchedule(Payment p, java.util.Date date, double dur, CryptoCurrency c,
double amount, double quant ) {
return false;
}

}
3 changes: 0 additions & 3 deletions src/com/exchange/Schedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
import java.util.Date;

public class Schedule {
private Payment[] payment;
private Date createDateTime;
private Integer duration;
private double amount;


public Schedule() {
}
Expand Down
554 changes: 0 additions & 554 deletions src/com/exchange/gui/AutoScheduler.java

This file was deleted.

372 changes: 0 additions & 372 deletions src/com/exchange/gui/BasicScheduler.java

This file was deleted.

2 changes: 1 addition & 1 deletion src/com/exchange/gui/HomeGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {

private void loginActionPerformed(java.awt.event.ActionEvent evt)
{
LoginGUI g=new LoginGUI();
LoginGUI g=new LoginGUI(system);
g.setVisible(true);
}

Expand Down

0 comments on commit be42f95

Please sign in to comment.