diff options
| author | ArghKevin <kagheli@student.sdccd.edu> | 2024-04-29 13:34:51 -0700 | 
|---|---|---|
| committer | ArghKevin <kagheli@student.sdccd.edu> | 2024-04-29 13:34:51 -0700 | 
| commit | 0755196a56c2b4c7ce7dc0b48de5c7f9474b2b21 (patch) | |
| tree | dc502ac1ebf6b732d04e814f098ac40a9aaeee00 | |
| parent | b91b582d8a6c0b2e78a20a517c6e0d3b036725d8 (diff) | |
Week 2. Description of graphics progress.
| -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  | 
