When writing a Java GUI, it's often the case that we end up with rather long lines of code. While using GUI builders can help shorten the code for creating a Java GUI application, I was wondering if there are any tips and tricks you could share to properly organize the code, especially in...