Changeset 696


Ignore:
Timestamp:
01/15/14 17:30:42 (10 years ago)
Author:
jts21
Message:

Make progress bar green

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/MessageBay.java

    r690 r696  
    453453               
    454454                protected Progress(String text) {
    455                         this.text = displayMessage(text, null, null, Color.BLACK, true, false);
     455                        this.text = displayMessage(text, null, null, Color.GREEN.darker(), true, false);
    456456                        //this.text.setFont(Font.decode(Text.MONOSPACED_FONT + "-16"));
    457457                        this.message = this.text.getText();
Note: See TracChangeset for help on using the changeset viewer.