From 0755196a56c2b4c7ce7dc0b48de5c7f9474b2b21 Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Mon, 29 Apr 2024 13:34:51 -0700 Subject: Week 2. Description of graphics progress. --- .classpath | 6 ++++++ .project | 17 +++++++++++++++++ README.md | 5 +++-- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..ab5d221 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + GoogleFontStyleVSPopularity + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/README.md b/README.md index 9937c71..9da7f42 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3