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.
嗨,我有一个 JFrame 类,我根据从另一个类收到的信息进行更新。我在 JFrame 中创建了一个更新方法,用于更新页面上的不同对象。但我的问题是这样做是正确的吗?
你可以随心所欲地制作它,没有“正确”的方法。这都是偏好问题。就个人而言,我喜欢这种方式。在我几乎所有的 GUI 中,我都有一个名为“update()”或类似的方法。
它取决于如何触发更新,但使用事件侦听器和 actionCommands 可能会有所帮助。我不一定喜欢这种方法,但它很方便。