I'm using Swing and Java. I just started learning MVC.
I'm little bit confused of the way that I need to validate a form (view).
My thinking is to make method inside my view class and verify form components one by one, but I'm afraid that this would violate the MVC principle.