/*
 * GCalendarSelectionLayerUI.java
 * 
 * Tide project - Timeline and Schedule. 
 * Reusable GUI components 
 * 
 * To Do:
 * - probably nuttin'
 * Done:
 * - those couple o'lines. Teemu 14.11.1999
 */
package fi.helsinki.cs.gist.plaf;

import javax.swing.plaf.ComponentUI;

public abstract class GCalendarSelectionLayerUI extends ComponentUI {
}

