Small menu element in Slick2d

I’ve got a bunch of players on my client screen. When i rightclick a player, i would like a small menu to pop out next to the player, with a few things to select (View profile, Trade).
I don’t really know how to approach this. Any ideas? :slight_smile:

I think your holding a new record on this forum, the most help topics in the least amount of time.

Create a popup screen class, that will render popup’s, when you right click, create a new popup to be rendered, pass it the players name that you have selected, and do the coding inside that popup class.