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 类?
我知道,如果我在与我想要居中的那个类中创建一个 JFrame setLocationRelativeTo(this),但由于类越来越长,我将它缩减为更小的 JFrame 类。
setLocationRelativeTo(this)
到目前为止,我不得不使用setLocationRelativeTo(null)它来居中,但是当我希望弹出的 JFrame 位于主 JFrame 之上时,这并不是很好。
setLocationRelativeTo(null)