java swing

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Feb 2007
Posts: 5
Reputation: vaniprahalathan is an unknown quantity at this point 
Solved Threads: 0
vaniprahalathan vaniprahalathan is offline Offline
Newbie Poster

java swing

 
0
  #1
Feb 21st, 2007
hi,
i dont know how to disable the maximise and minimise button in title bar.....so please give me the idea for that.........

regards,
vani
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,260
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: java swing

 
0
  #2
Feb 21st, 2007
I asume that "maximise and minimise" are the buttons in the MenuBar to disable them you just use this
  1. maximise.setEnabled(false);
  2. minimise.setEnable(false);

If is it not what you wanted, please be more specific about your question.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 5
Reputation: vaniprahalathan is an unknown quantity at this point 
Solved Threads: 0
vaniprahalathan vaniprahalathan is offline Offline
Newbie Poster

Re: java swing

 
0
  #3
Feb 21st, 2007
thank u very much
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 689 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC