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

  • HamsterRage
    link
    fedilink
    arrow-up
    1
    ·
    1 year 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.