Added Interface

Implement this interface when you create your panel. It ensures that
everything can be showed in the main window.
This commit is contained in:
2015-02-10 14:14:38 +01:00
parent 20c17379a5
commit c27d44a559
+4
View File
@@ -0,0 +1,4 @@
public interface Panel
{
public void show(GregorianCalendar date);
}