WHOWANTSAKOOKIE wrote:
Hi, I'm looking for any GUI tutorials for Slick. I have seen both of Slick's MouseListener and MouseOverArea in the Javadoc, but I don't know how to use them to their fullest extent. Does anyone know of a good tutorial, or can you tell me how you learned it? Thanks in advance!
Welcome to the forum! Yeah I wondered about that too and here is an example how you can do it with MouseOverArea:
https://bitbucket.org/kevglass/slick/src/23a67408b3a1/trunk/Slick/src/org/newdawn/slick/tests/GUITest.javaNevertheless, does anybody know about a simple UI library (possibly build on top of Slick2D) with components like DropDownMenu, ProgressBar and the like? If there isn't, it shouldn't be too complex to build one and I'll most likely build one myself eventually.

Edit: Okay I've found
this thread, but it seems to be inactive.