+ 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
1 Respuesta
+ 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 ;)