7 个解决方案
#1
对了,我的邮箱是hiuiuf@163.com。要是有代码的话,可以发到我邮箱,放在这里也行。谢谢!!
#2
没有人知道吗?
#3
你的意思是国际化吗?可以查看一下java中的doc---ResourceBundle
#4
给你个建议
将 国际化的资源放入xml文件中
如
xml1:
strOK=确定
strCancel=取消
xml2:
strOK=OK
strCancel=Cancel
程序中代码如: JButton button = new JButton(Source.getSource("strOK"));
在Source类中去判断是要去取xml1中的东西还是取xml2的
将 国际化的资源放入xml文件中
如
xml1:
strOK=确定
strCancel=取消
xml2:
strOK=OK
strCancel=Cancel
程序中代码如: JButton button = new JButton(Source.getSource("strOK"));
在Source类中去判断是要去取xml1中的东西还是取xml2的
#5
xml ui,可以配置界面和语言等
是这个吧?
http://www.jopener.cn/category/xml-ui-toolkits/
是这个吧?
http://www.jopener.cn/category/xml-ui-toolkits/
#6
有没有简单的例子??给发个参考下
#7
顶起,希望此贴能有一个圆满的答案!
#1
对了,我的邮箱是hiuiuf@163.com。要是有代码的话,可以发到我邮箱,放在这里也行。谢谢!!
#2
没有人知道吗?
#3
你的意思是国际化吗?可以查看一下java中的doc---ResourceBundle
#4
给你个建议
将 国际化的资源放入xml文件中
如
xml1:
strOK=确定
strCancel=取消
xml2:
strOK=OK
strCancel=Cancel
程序中代码如: JButton button = new JButton(Source.getSource("strOK"));
在Source类中去判断是要去取xml1中的东西还是取xml2的
将 国际化的资源放入xml文件中
如
xml1:
strOK=确定
strCancel=取消
xml2:
strOK=OK
strCancel=Cancel
程序中代码如: JButton button = new JButton(Source.getSource("strOK"));
在Source类中去判断是要去取xml1中的东西还是取xml2的
#5
xml ui,可以配置界面和语言等
是这个吧?
http://www.jopener.cn/category/xml-ui-toolkits/
是这个吧?
http://www.jopener.cn/category/xml-ui-toolkits/
#6
有没有简单的例子??给发个参考下
#7
顶起,希望此贴能有一个圆满的答案!