Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HUD Component visual problem #165

Open
GoogleCodeExporter opened this issue May 4, 2015 · 5 comments
Open

HUD Component visual problem #165

GoogleCodeExporter opened this issue May 4, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

All of the HUD Components I add to my HudWindow act very strange when I 
interact with them.

This happens most prominently with HudComboBox. When I click to change the 
value, it turns grey. (screenshot below)

How is this problem fixed? Will it be repaired in the future? Or what am I 
doing wrong in my code?

DefaultComboBoxModel model = new DefaultComboBoxModel(new String[] {"Web Safe 
Colors", "RBG Colors"});
                comboBox = HudWidgetFactory.createHudComboBox(model);
                northPanel.add(comboBox);

Original issue reported on code.google.com by JakeTyo on 11 Jun 2010 at 6:42

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant