//Set up the GUI
desktop = new JDesktopPane(); //a specialized layerd pane
//Set up the first internal frame; that is, the first inner window
window0 = new VInternalFrame("Calendar", 700, 300);
window0.setMinimumSize(new Dimension(300,200));
window0.getContentPane().setLayout(new SpringLayout());
//Set up the day array