Updated to new standard

This commit is contained in:
2015-02-10 14:22:02 +01:00
parent 91f113e8e3
commit fc0539c6ab
+3 -3
View File
@@ -1,4 +1,4 @@
public interface Panel
public class Panel extends JPanel
{
public void show(GregorianCalendar date);
}
}