Skip to content

Commit

Permalink
Added instructions and sample image for CalendarPanelTest
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Aug 30, 2024
1 parent e82ff9a commit a0c7bdd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a0c7bdd

Please sign in to comment.