Implement this interface when you create your panel. It ensures that everything can be showed in the main window.
4 lines
69 B
Java
4 lines
69 B
Java
public interface Panel
|
|
{
|
|
public void show(GregorianCalendar date);
|
|
} |