Windows Server 2003 中的 Java swing 错误
我面临一个奇怪的问题,似乎组合框的 PropertyChange
事件在 Windows Server 2003 中没有被触发。我已经在 Java Swing 中创建了该应用程序。当我在其他操作系统上运行该应用程序时,它似乎工作正常。
任何帮助将不胜感激。
I am facing a weird issue where it seems that the PropertyChange
event for a combobox is not getting fired in Windows Server 2003. I have made the application in Java Swing. When I run the application on other OS it seems to be working fine.
Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是我的好奇心,这段代码适用于
WinXP/Win2003
和Win7/Win2008
各种JRE6_XX_XXX
,您能否将您的JComboBox 解决方法放在那里
just my curiosity this code works on
WinXP/Win2003
andWin7/Win2008
variousJRE6_XX_XXX
, can you please put there your workaround forJComboBox