Closed vincenzopalazzo closed 5 years ago
Nice work pro. How can i using JOptionPanel with out undecorated :D
1.frame title bar is too large 2.file chooser ,file name input no border is ugly
Nice work pro. How can i using JOptionPanel with out undecorated :D
Thanks so much, @NhocKun you can use a JOptionPane not decorated whit this code
JDialog.setDefaultLookAndFeelDecorated(true);
before you set a look and feel of the UIManager
Hi @lilili87222, Thanks for your help you for creating a better look and feel.
1.frame title bar is too large
The JFrame.setDefaultLookAndFeelDecorated(true);
not supported for moment, sorry
2.file chooser ,file name input no border is ugly
Yes, this is the problem, I want re-project the JTextFieldUI for create this effect but I need time to do this, and in the coming months I don't have this time, maybe I try to at least try to change the background color
I also changed the fonts updated, so that you can still see the squares with Noto sans?
@lilili87222, I have proposed this solution for the moment Now is more cool, right? :)
Look the update Version 1.0 Beta
HI @atarw, this is my work, I hope it like you
Bug Fixed
Look new Component supported
JList
New Color Screenshot
Constant name
Screen demo swing_set whit material-ui-swing
ALPHA SKILL I'm also introducing changes to JDialog and JTabbledPane but I didn't want to bring these into your project yet because they are in alpha version and may malfunction, but you can watch the effect here, let me know what you think https://github.com/vincenzopalazzo/material-ui-swing/releases/tag/V1.0_Beta
Good day and Happy Easter :)