mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

WebDetailedComboBox, WebMultilinCellRenderer #712

Open HouariBoumediane opened 4 months ago

HouariBoumediane commented 4 months ago

There is a proposition of two very useful components, and issues with existing ones : I an using the latest version of WebL&F;

1 - WebDetailedComboBox : It should work like this. This component worked fine with previous versions, but with latest version, it looks very ugly.

2 - WebMultilinCellRenderer : It should work like this. This component also worked fine with previous versions, but with latest version, it does not work, also its very important that it conserve (keep) the same WebTable color on rowSelected.

3 - WebDateField : It will be great if it support setLeadingComponent and setInputPrompt methods (as before), also an unknown date option.

4 - WebStyledLabel : the shadow method should be revised (as before).

5 - WebTextField : the transparent StyleId should have option of keep leading icon and field round border visible even in transparent mode.

6 - WebToolBar : the light skin color should be verified (I know it could be better, may be little darker like jtable header color...)

7 - WebTable setOptimizeRowHeight not always working fine.

I am using this library in my main project, so i will appreciate any urgent help please. Thanks in Advance.