Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

disable of the minimized button

  Asked By: Doan    Date: Jul 03    Category: Java    Views: 914
  

i got a problem with the disable of the minimized button on
the jframe.i can disable the close and resizable button but not the
minimized button..i need help on this.JWindow and dialog is not
suitable for my application.i had done this in my frame class..

frame.setResizable(false);

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Ty Thompson     Answered On: Jul 03

Be patient and cool. Once you lost your coolness, you
are bout to make mistakes from your own choices.

Following are steps I would normally do to retrace my
past error(s):

1)Take a notepad and a pen write down your logic from
start to finish.
2)Grab a book to read about the error(s) and the
programming syntax in general.
3)Turn on computer to read the API - already
predownload for instance access.
4)Recoding

> frame.setResizable(false);// This syntactical
statement means user can not change the size of the
window frame. -- It is not the source of your problem.

FYI. I joined this club not so long time ago since
last year and enjoying it very much because the club
members helping each others as we know via hints. Do
not expect us to do the works for you. You are
embarked on the digital language writer career
journey, you need to learn how to stretch your
creativity to the max.

Based on your code I read yesterday, I wonder do you
own any java programming book. Reading strictly from
online materials alone are not enough unless you are
an accomplished C++ programmer or developer want to
learn Java for whatever reason.

 
Answer #2    Answered By: Grady Stewart     Answered On: Jul 03

i have 1 fundamentals java book that i used
2 years ago..i am not very good in programming.anyway,u had been
helping much..thanks..

 
Didn't find what you were looking for? Find more on disable of the minimized button Or get search suggestion and latest updates.




Tagged: