Click here to Skip to main content
15,888,003 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wants to make changes in jframe such as border color of "close button" panel.Please give a solution.Now using netbeans IDE for development.
Posted

1 solution

are you really takling about JFrame? Should be JDialog.

Tutorial on how to make Dialogs[^]

And in general you should be able to overwrite a given class - because that's a basic technique.
 
Share this answer
 
Comments
ahmed559 28-Nov-11 8:23am    
I had got solution from http://docs.oracle.com/javase/tutorial/uiswing/components/frame.html
TorstenH. 28-Nov-11 8:43am    
that button is just there to display the visual effect of the different decorations. A JFrame itself is an empty container.
ahmed559 28-Nov-11 8:59am    
Yes,I wants to change look and feel of jframe!
ahmed559 28-Nov-11 8:59am    
As skype!
TorstenH. 28-Nov-11 9:02am    
google it. seriously. learn.
There is no way to ask such crap here. That's first lesson stuff.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900