Hey all, I\'m currently working on a Java Swing application and I was looking for some guidence. The application is fairly small, but I\'m noticing that as the code base is grow
If you want to communicate with other GUI components in the hierarchy then you should consider something like singleton that mediates calls between branches. See :