JComboBox下拉显示问题
我正在开发一个小程序,并使用一些面板,根据某些情况显示或隐藏一些面板。在一个面板中,我有一个 JComboBox,我在运行时填充它们。我的问题是,当我显示此面板时,JComboBox 已填充并启用,但我无法将其放下。我在一个简单的小程序上测试了它,但它是正确的,但我不知道为什么它没有显示在我的小程序中。
请帮我。
谢谢。
I am developing an applet, and use some panels, which according to some situations some panels are shown or hidden. in one panel I have a JComboBox which I fill them at runtime. my problem is when I show this panel, the JComboBox is filled, and enabled, but I cannot drop it down. I tested it on a simple applet, but it was correct, but I don't know why it does not show in my applet.
Please help me.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WAG - 不要将 Swing 与 AWT 混合。
WAG - don't mix Swing with AWT.