I recently started to develop a GUI in Swing to put on top of a simple XMPP client i wrote in java using the Smack API. The problem im having is a matter of trying to figure out exactly how to transform button clicks to actions on the client without being forced to write spaghetti code to tie everything together.
Are there any examples/tutorials that you know of which will show more complex swing applications than "oo look i put a button on the screen"? Unfortunately my google-fu seems to only return countless variations of these simple entry level lessons. I would very gladly accept an opensource application you know of that i can research. Even just a topic such as "EventHandlers" to start with would be amazing.
I apologize for the vagueness of my question but i feel like at this point im just searching for symbols in google. (IE unless you already know what its called typing the symbol into google is useless). If i was unclear please mention where and i'll to my best to clarify. Thanks.