Kaydet (Commit) 54f0b9f2 authored tarafından Daniel Vogelheim's avatar Daniel Vogelheim

Replaced jdk 1.4 color constants with those from earlier versions

üst 624dea36
...@@ -651,8 +651,8 @@ class TextAttributeDialog extends TextActionDialog ...@@ -651,8 +651,8 @@ class TextAttributeDialog extends TextActionDialog
{ {
super.init( sExplanation, sText, sButtonText ); super.init( sExplanation, sText, sButtonText );
aForeground = Color.BLACK; aForeground = Color.black;
aBackground = Color.WHITE; aBackground = Color.white;
JPanel aAttr = new JPanel(); JPanel aAttr = new JPanel();
aAttr.setLayout( new BoxLayout( aAttr, BoxLayout.Y_AXIS ) ); aAttr.setLayout( new BoxLayout( aAttr, BoxLayout.Y_AXIS ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment