"3", //Row span is 3
"false"}}, //Don't lock the cell width; make it stretch
};
//Create the day panel
day = new KDay(Color.BLACK, 1, Color.WHITE, calArray);
//add the day panel to the internal window
window0.getContentPane().add(day);
//Apply a compact-grid type of spring layout to the window's content pane