You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
JakeTyo
on 11 Jun 2010 at 6:42Attachments:
The text was updated successfully, but these errors were encountered: