I work a lot with the look in Java and it works well, but the only problem is that the only component that has no changes is the caption, which still has the same os look (Windows as platform example)
I want to know what is the reason and how to fix it? any body helps ..........
early
Check out Substance https://substance.dev.java.net/see.html
Substance
You can change the appearance of the header and maintain it using the support tools.
Here are some screenshots:
PL & Fs , - . , - PL- Sun (, Metal) , PLtfrom-specific PL & F (, Windows) .
. , JFrame.setDefaultLookAndFeelDecorated. API , .
JFrame.setDefaultLookAndFeelDecorated
, Frame/JFrame Window/JWindow. Frame/JFrame - Window/JWindow, , . , .
JFrame.setDefaultLookAndFeelDecorated(true); JDialog.setDefaultLookAndFeelDecorated(true);
JFrame JDialog. .
Source: https://habr.com/ru/post/1731710/More articles:Direction between JDBC and Hibernate? - javaКак вы используете сортировку пузырьков с указателями на С++? - c++How to provide many constructors, but not too many dependencies? - c ++Hibernate performance issue with OneToMany / nullable relation - javahow to select orphan records from a model where referential integrity is not applied? - djangoUpgrading the working tree to Git HEAD - gitProblems with cross-domain loading - flashAS3: return an array from an event listener? - flashБыстрая прокрутка в Delphi Virtual Treeview - delphiCan this Sql statement be reorganized to NOT use RANK / PARTITION? - sqlAll Articles