Other comments:

Why build your interface in the main() method? Use the interface's constructor.

Overriding the paint() method is not recommended. Review Oracle's "Custom Painting" tutorial.
...