Basic Slick Window
Let us create an empty Java project. Go to File-->New Project-->Java-->Java
Application. Now you have have an empty Java Project.
Before we start do any coding, lets add the Slick libraries into our project. As
for now, you would have to do that each time you want
to program with the Slick libraries. Now, under your newly created project you
should see 4 folders like the image below.


Finally, right click on the project and bring out something like the image below.

Where the "Working Directory is ", Browse to where to the native windows
folder. The windows folder is inside lwjgl-2.7.1 that
you unzipped from the previous section. After you did that, click " OK " and we
are ready to start our first Basic Slick Window.