Hi peeps... I'm trying to write a program that enables the user to write and retrieve memos with calendar dates. Here is what I got so far...

//Test class
import javax.swing.JFrame.*;

public...