Hi guys,
What type of widget do i usa to make something like textArea, that is able to append Strings on it? Is there one?
I need to do a container that displays messages to the user
I was looking for it but couldn't find any
Rafael
This is one of the most important things the HUD still needs. When I'm ready with render code optizations, I'll create a TextField / TextArea Widget, A ListBox and a ComboBox. Well, I'll look how they're exactly called in Swing and take these names, but you what I mean.
If you only want to display text, you can use the Label Widget in org.xith3d.ui.hud.widgets (where all Widets reside).
Marvin