christstc / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

Password fields have wrong background color #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instances of JPasswordField have a light gray background instead of a white
one (like JTextField). I think both of them should have the same white
background.

Original issue reported on code.google.com by dlemmermann@gmail.com on 8 Mar 2010 at 9:53

GoogleCodeExporter commented 9 years ago
Yes, they do, and they should be the same as JTextField. This happens in 
JFormattedTextField as well.

I'll fix it.

Original comment by kahuxtable on 9 Mar 2010 at 6:58

GoogleCodeExporter commented 9 years ago
Fixed in r1402.

This also fixes behavior in SwingSet3 in the text fields section where the 
backgrounds 
were not highlighted when the two password fields matched.

There are probably other behaviors that are fixed by this as well, but they 
haven't been 
reported.

Original comment by kahuxtable on 12 Mar 2010 at 9:09