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.
大家好,通过阅读我的帖子来到这里。使用 setLocation(); 时我在使用 JFrame 时遇到了一些问题;和 setSize(); 关于 J_ _ _ 方法。我制作的所有东西的大小始终是 JFrame 设置的大小及其位置。有谁知道为什么我不能在 JFrame 中设置任何东西的位置或大小?
我认为我发送源代码没有任何意义,因为它非常简单,我相信很多人都知道这是怎么回事,但如果我需要的话,我会的。
我已经想通了。要自行设置位置和大小,您必须将布局设置为 null 或仅使用 JFrame 内置的另一个布局。
另一种方法是使用:
component.setPreferredSize(new Dimension(x,y));