09:14 pm - kobalt - Messages between windows of the same app I’m starting one of my first projects in Java (I don’t have much experience with windowed apps, I’m more of a perl/dirty shell programmer), and I’m still struggling to find out the best/most common way of sending messages/notifications between windows of the same app.Maybe there’s not an easy way, or it can be solved using other means. Trying to use ideas from an old app but the methods are deprecated (1.2.x to 1.4.2). My idea is using the Window event dispatcher and define my own events. Should I extend EventListener to my own?