so i have this JMenuItem in JMenuBar.
what i want is to make a URL(website) open when someone clicks the JMenuItem.

my JMenuItem is "home".
how do i make it open a URL when it's clicked?

code: