Is it possible to style a java application?

92 Views Asked by At

I'm making a java application that is very large and I am going about stupid ways to uneffectively style windows, buttons, inputs, etc. is there a way I could universally adjust the style of all components like making my own look and feel.

1

There are 1 best solutions below

0
On BEST ANSWER

If you are using swing, I would recommend JWindow if you want to customize border, maximize, minimize, close buttons of the window of your application.