Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么将事件的来源(例如按钮)与处理事件的地方(例如事件处理程序)分开会更好?
一方面,GUI 天生就很难测试。如果您可以成功地从 GUI 中删除大部分/所有应用程序逻辑,那么所有需要测试的代码都将位于一个单独的类(没有 GUI 小部件)中,现在可以在 JUnit 下轻松测试。