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:
@@ -0,0 +1,4 @@
|
|||||||
|
public interface Panel
|
||||||
|
{
|
||||||
|
public void show(GregorianCalendar date);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user