Since swing doesn’t use traditional mvc where would you put the database interaction code?

  • @HamsterRage
    link
    111 months ago

    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.