gpt4 book ai didi

java - 如何让Java中的TextArea变成黑色?

转载 作者:行者123 更新时间:2023-12-01 19:02:46 25 4
gpt4 key购买 nike

我想让我的TextArea黑色而不是白色。我希望使 Window 全屏显示,整个屏幕将是 TextArea,它是黑色并且有白色字母。

我怎样才能实现这个目标?

最佳答案

试试这个..

JTextArea txt = new JTextArea();
txt.setBackground(Color.BLACK);
txt.setForeground(Color.WHITE);

关于java - 如何让Java中的TextArea变成黑色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11602369/

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