From a0c7bdd1a0b3e580831c32a86cea31998976ca42 Mon Sep 17 00:00:00 2001 From: Craig Knudsen Date: Fri, 30 Aug 2024 08:37:41 -0400 Subject: [PATCH] Added instructions and sample image for CalendarPanelTest --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7f9ff8f..654dbe9 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,13 @@ This library and all associated tools and applications are licensed under the GNU Lesser General Public License v2.1. For information about this license, see the LICENSE file. + +# Swing Calendar Panel +There is a Java Swing component for display events. +You can use the `CalendarPanelTest` class to view a sample of what it looks like: +``` +java -cp target/javacaltools-1.0.1.jar us/k5n/ui/calendar/CalendarPanelTest +``` + +This will show you something like this: +![Sample Image for CalendarPanelTest](CalendarPanelTest.png)