gpt4 book ai didi

java - 标题边框 Java 表单

转载 作者:行者123 更新时间:2023-11-30 07:30:33 25 4
gpt4 key购买 nike

首先,我在这里看到同样的问题,但没有人回答:

Titled border issue for JPanel

在“显示预览”中,标题按预期显示面板边框,但在运行代码时,标题会上升到面板上方。谁能帮我解决这个问题。

预览设计:

http://i.stack.imgur.com/6miFx.jpg

运行设计

http://i.stack.imgur.com/lEMoL.jpg

我使用 Netbeans 8.0.2

最佳答案

我找到了边框列表here 。我想你想要这个(对上述来源稍作修改)。

Border loweredetched = BorderFactory.createEtchedBorder(EtchedBorder.LOWERED);

//Titled borders
TitledBorder title;
title = BorderFactory.createTitledBorder(
loweredetched, "title");
title.setTitleJustification(TitledBorder.LEFT);
jComp10.setBorder(title);

关于java - 标题边框 Java 表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36205517/

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