Java Reference
In-Depth Information
figure 11-35  
This concludes the chapter on building graphical interfaces. This has been a lengthy one, and even
now, many Swing (and JavaFX) components remain worth taking a closer look at. As such, don't
hesitate to get started building your own GUIs and exploring the Javadocs to hone your skills. Make
sure to keep the best practices listed in this chapter in mind—keep logic and looks separated and
structure your UI code in a neat manner.
Speaking of best practices, the following chapter will be completely devoted to these, as you delve
into the topic of Object‐Oriented Programming patterns. It covers best practices to solve common
architectural challenges and structure your applications in the best maintainable and understand-
able way possible, something that will become immensely important as your applications start
growing in size and complexity.
Search WWH ::




Custom Search