This commit is contained in:
huangyuhui
2017-04-04 13:58:14 +08:00
parent 4f03ec503f
commit ebadbb0f18
4 changed files with 28 additions and 14 deletions

View File

@@ -267,7 +267,7 @@ public class BEButtonUI extends BasicButtonUI implements Skin {
state = State.ROLLOVER;
else if (b instanceof JButton
&& ((JButton) b).isDefaultButton())
state = State.DEFAULT;
state = State.NORMAL;
break;
default:
state = State.NORMAL;