Skip to main content
Tweeted twitter.com/#!/StackGameDev/status/317860725202767873
deleted 1 characters in body
Source Link
Exikle
  • 236
  • 3
  • 18

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?

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(false);

It doesnt work.

How do you acheive this?

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(true);

It doesnt work.

How do you acheive this?

Source Link
Exikle
  • 236
  • 3
  • 18

Removing the titlebar while using slick2d?

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(false);

It doesnt work.

How do you acheive this?