Chrissirhc
Programmer
My GUI has panels in panels. I have a panel in a panel in a panel in panel. If in the final panel I right click I want to click the right button and a popup menu comes up. When I click on the popup menu 'show dialog' option I want a JDialog to come up, but... I want to add the JDialog to my main frame and I haven't got a refence to the main frame from a panel so deep down. Should I pass refences through all the constructors just to do this. Or is there a better way to do this.
Chris
Chris