gpt4 book ai didi

java - 如何在 JScrollPane 中将组件居中?

转载 作者:行者123 更新时间:2023-11-30 05:52:21 27 4
gpt4 key购买 nike

这是我的代码,我想将 JTextPane 置于 JScrollPane 的中心:

    JFrame frame = new JFrame("Example");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
final JTextPane editor = new JTextPane();
editor.setEditorKit(this);
JScrollPane scroll = new JScrollPane(editor);
//scroll.setAlignmentX(JScrollPane.CENTER_ALIGNMENT); <<<didnt change anything, so //'ed it

frame.getContentPane().add(scroll);

frame.setBounds(GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds());

最佳答案

问题可能是你框架的布局首先你必须设置框架的大小并设置对齐

关于java - 如何在 JScrollPane 中将组件居中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11740588/

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