diff options
| -rw-r--r-- | .classpath | 6 | ||||
| -rw-r--r-- | .project | 17 | ||||
| -rw-r--r-- | README.md | 5 | 
3 files changed, 26 insertions, 2 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> +	<classpathentry kind="src" path="src"/> +	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> +	<classpathentry kind="output" path="bin"/> +</classpath> diff --git a/.project b/.project new file mode 100644 index 0000000..ab5d221 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> +	<name>GoogleFontStyleVSPopularity</name> +	<comment></comment> +	<projects> +	</projects> +	<buildSpec> +		<buildCommand> +			<name>org.eclipse.jdt.core.javabuilder</name> +			<arguments> +			</arguments> +		</buildCommand> +	</buildSpec> +	<natures> +		<nature>org.eclipse.jdt.core.javanature</nature> +	</natures> +</projectDescription> @@ -134,8 +134,9 @@ The body is every line after. Maybe the body should be composed  of an array of hash maps? Or would an array of arrays of Strings  suffice? -No graphics yet, nor anything related to the implementation of the -line graphs. I've got stubs, but I need to figure out the details. +Graphically, only a window has been created. It now needs +to be populated with widgets. I've got to figure out the details of the +line graph implementation before the visuals are put in place.  Due to the size of the google fonts repository, it may be difficult  to share this project. As a whole, it's about 4GB. The vast majority  | 
