Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

HOW CAN I DISABLE THE MINIMIZE/MAXIMIZE/CLOSE BOTTON

  Asked By: Grant    Date: Jul 12    Category: Java    Views: 1184
  

I am glad there is place like this were we can all ask questions.

I have a little question, to ask

I want to disable the minimize, maximize and close button on my
application window.

I have tried so many codes but they ain't working.

does anyone know the code i can use ?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Chione Massri     Answered On: Jul 12

setClosable(false);
setIconifiable(false);
setMaximizeable(false);

 
Didn't find what you were looking for? Find more on HOW CAN I DISABLE THE MINIMIZE/MAXIMIZE/CLOSE BOTTON Or get search suggestion and latest updates.