Hi,
I’m building a tile-based game which should have menu/control windows around the edges of the screen, a bit like Baldur’s Gate or Command and Conquer.
The windows need to be scrollable, and display text and html links.
Will my game’s performance be badly hit if I use Swing or AWT (or SWT?) to draw these windows? Would making custom Swing components help? Is there a standard approach to this kind of thing?
Thanks for tips,
Lemmy
PS. Ideally I would like to make the windows collapsible, to reveal more of the game map underneath when they’re minimised.