I recently started using slick2D in my gaming programs and a problem I have is not having the ability to remove the border/titlebar. I usually do this to create my own cutom look/ interface but if I try:
this.setUndecorated(falsetrue);
It doesnt work.
How do you acheive this?