What does this line of code do?
- by Sean Martin
I'm trying to understand what this line does, but being a pretty new Java programmer I am getting a little confused. Any help would be appreciated!
JComponent container = menu == null ? popupMenu : menu;