Skip to content

Commit ab05bfd

Browse files
committed
Adding Graphical User Interface
GUI is separated with backend folder, it is now in GUISource folder.
1 parent 196a8af commit ab05bfd

File tree

18 files changed

+11931
-114
lines changed

18 files changed

+11931
-114
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[[{"location":"C:\\Program Files\\Java\\jre1.8.0_144","type":"JRE","hints":{"EXECUTION_ENVIRONMENT":"JavaSE-1.8"}},"jre:jre:1.8.0"]]
1+
{}

Statistical_Analysis/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="src" path="GUISource"/>
56
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1.jar" sourcepath="E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1-sources.jar">
67
<attributes>
78
<attribute name="javadoc_location" value="jar:file:/E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1-javadoc.jar!/"/>

Statistical_Analysis/Data/Historical/AAP.csv

Lines changed: 4027 additions & 0 deletions
Large diffs are not rendered by default.

Statistical_Analysis/Data/Historical/ABC.csv

Lines changed: 4505 additions & 0 deletions
Large diffs are not rendered by default.

Statistical_Analysis/DataMeta/Availability.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ MSFT,2017-11-27,2000-01-03,
2727
STX,2017-11-27,2002-12-11,
2828
XOM,2017-11-27,2000-01-03,
2929
AVGO,2017-11-27,2009-08-06,
30+
AAP,2017-11-27,2001-11-29,
31+
ABC,2017-11-27,2000-01-03,

Statistical_Analysis/DataMeta/SYMBOLS/NASDAQ.csv

Lines changed: 3270 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package white;
2+
3+
public class GUIMain {
4+
public static void main(String[] ar) {
5+
6+
}
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package white;
2+
3+
public class GeneralInfo_Mother {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package white;
2+
3+
public class GraphPanel_Mother {
4+
5+
}

0 commit comments

Comments
 (0)