gpt4 book ai didi

Java JOptionPane 文本不可读

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:46:56 26 4
gpt4 key购买 nike

这是它最终的样子的图片。

enter image description here

我不认为代码有问题,因为它是直接从教程网站复制的。我已经重新安装了 JDK,并在命令行和 Eclipse 中运行它。有什么可能吗?代码是

import javax.swing.*;

public class Swag {

public static void main ( String[] args) {
String name = JOptionPane.showInputDialog("What is your name?");

String input = JOptionPane.showInputDialog("How old are you?");
int age = Integer.parseInt(input);

System.out.print(" Hello, " +name);
System.out.println("Next year you'll be " +(age+1));
}
}

但我不认为这是一个实际的代码问题,我测试了另一个网站的使用情况,文本看起来仍然是那样。

最佳答案

备注: 由于解决方案已在一个多月前作为评论发布,因此我将重复它作为答案,这样问题就不会再显示为未回答。

引用自评论:

I FIXED IT! For those who are curious or people in the future that will have this problem, I went into my nvidia control panel and added eclipse to it, and overrode the integrated driver to use my nvidia, and now it works fine! Thanks for all the help (user3647851)

关于Java JOptionPane 文本不可读,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23715057/

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