Im developing a chess game and i’m trying to make a little info window that pops up at the mouse coords when the mouse hovers over a piece.
Besides using the UIOverlay system what options do i have to display a simple info dialog, all i want is a simple radiused blue rectangle containing textual info so i feel using the UIOverlay system is a bit overkill.
I have a felling i’ll have to use JOGL as i can see no text classes in the Xith3D packages, this i have very little experience with. so if anyone has any ideas it would be great:)
