gpt4 book ai didi

java - 在 JPanel 中手动定位 JComponent

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:12:52 24 4
gpt4 key购买 nike

我想以编程方式将我的 JLabel 移动到我的 JPanel 中的特定位置。我试过 setLocation(int x, int y),但它不起作用。我试图不使用任何布局管理器。

最佳答案

这是一个很棒的教程,介绍如何在不使用布局管理器的情况下布局组件。

http://java.sun.com/docs/books/tutorial/uiswing/layout/none.html

Creating a container without a layout manager involves the following steps.

  1. Set the container's layout manager to null by calling setLayout(null).
  2. Call the Component class's setbounds method for each of the container's children.
  3. Call the Component class's repaint method.

关于java - 在 JPanel 中手动定位 JComponent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2820872/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com