How to make the close maximize and minimize tab like windows in javaframe? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make the close maximize and minimize tab like windows in javaframe?

I am using jLabel to close and minimize the frame and i want it show some depth as i will drag my mouse over the label

3rd Apr 2018, 2:35 PM
Sachin Joshi
Sachin Joshi - avatar
1 Answer
+ 8
Take a look at the method setLookAndFeel() of the UIManager class. This might help you... actually not if you created your own title panel with your own icons etc, then you would have to write everything from scratch ;)
4th Apr 2018, 7:53 AM
Tashi N
Tashi N - avatar