Files
AgendaModule/Panel.java
T
kennyboy55 c27d44a559 Added Interface
Implement this interface when you create your panel. It ensures that
everything can be showed in the main window.
2015-02-10 14:14:38 +01:00

4 lines
69 B
Java

public interface Panel
{
public void show(GregorianCalendar date);
}