Since swing doesn’t use traditional mvc where would you put the database interaction code?
You must log in or register to comment.
Of course you can use MVC with Swing. Swing itself doesn’t “use” anything, but it can be used to create the “View” in MVC.