Topic: JOptionPane的乱码怎么解决?

  Print this page

1.JOptionPane的乱码怎么解决? Copy to clipboard
Posted by: qineremma
Posted on: 2004-11-09 16:15

JOptionPane.showConfirmDialog(this, "确定要确认这些告警吗?","告警查看确认",JOptionPane.YES_NO_OPTION);
确定要确认这些告警吗和按钮运行时出现乱码,标题没有出现乱码。是什么原因?

2.Re:JOptionPane的乱码怎么解决? [Re: qineremma] Copy to clipboard
Posted by: littledeer1974
Posted on: 2004-11-09 16:17

把你的代码贴上来让大家给你看看

3.Re:JOptionPane的乱码怎么解决? [Re: qineremma] Copy to clipboard
Posted by: qineremma
Posted on: 2004-11-09 16:48

void btnAck_actionPerformed(ActionEvent e) {//告警查看确认
int ok=JOptionPane.showConfirmDialog(this, "确定要确认这些告警吗?","告警查看确认",JOptionPane.YES_NO_OPTION);
//System.out.println("ok--"+ok);
if(ok==0){
{
。。。。
}
}
}
}
}

4.Re:JOptionPane的乱码怎么解决? [Re: qineremma] Copy to clipboard
Posted by: qineremma
Posted on: 2004-11-09 17:01



5.Re:JOptionPane的乱码怎么解决? [Re: qineremma] Copy to clipboard
Posted by: littledeer1974
Posted on: 2004-11-09 17:15

我写了这个程序,我的是日文的系统,也是乱码,我想这应该与JVM语言的设定有关系

import javax.swing.JFrame;
import javax.swing.JOptionPane;

public class test extends JFrame {
  test() {
    int ok = JOptionPane.showConfirmDialog(this, new String("确定要确认这些告警吗?"),
        new String("告警查看确认"), JOptionPane.YES_NO_OPTION);
  }

  public static void main(String[] args) {
    new test();
  }
}


你的面板上按键的字符也是乱码,有点奇怪

6.Re:JOptionPane的乱码怎么解决? [Re: qineremma] Copy to clipboard
Posted by: kavinwang
Posted on: 2004-11-09 17:21

我这运行良好,估计你jdk的语言设置有问题。

7.Re:JOptionPane的乱码怎么解决? [Re: qineremma] Copy to clipboard
Posted by: qineremma
Posted on: 2004-11-10 09:18

谢谢各位的热心帮助,我在别人机器上看不是乱码,可能是我机器的问题。

(缩略图,点击图片链接看原图)


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923