In ModalWindow.java all public and protected methods are non-final, even getters and setters. Any objections against making them final? Of course in cases where a user subclassed ModelWindow and extended certain methods, his/her application will no longer compile if the super method is now final.
Juergen
