Ignore:
Timestamp:
06/10/08 10:03:03 (16 years ago)
Author:
ra33
Message:

Lots of changes!!

File:
1 edited

Legend:

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

    r86 r97  
    7474
    7575        // The link to the message frameset
    76         public static Item MessageLink = new Text(-2, "@" + MESSAGES_FRAMESET_NAME);
     76        public static Item MessageLink= new Text(-2, "@" + MESSAGES_FRAMESET_NAME,Color.black, Color.white);
    7777
    7878        // creator for creating the message frames
    7979        private static FrameCreator _creator;
    80 
     80       
    8181        /**
    8282         * If Audience Mode is on this method will toggle it to be off, or
     
    438438                                PaintNonLinesNonPicture(bg, Frame.FreeItems);
    439439
    440                         if (isActualFrame) {
     440                        if (isActualFrame && !isAudienceMode()) {
    441441                                PaintItem(bg, toPaint.getNameItem());
    442442                        }
     
    763763                                        Messages[i].setColor(color);
    764764                                        Messages[i].setLink(link);
    765 
    766765                                        _creator.addItem(Messages[i].copy());
    767766                                        MessageLink.setLink(_creator.getCurrent());
     
    784783                Text last = Messages[Messages.length - 1];
    785784                last.setColor(color);
     785                //Make set the text for the new message
    786786                last.setText(getMessagePrefix(true) + message);
    787787                last.setLink(link);
Note: See TracChangeset for help on using the changeset viewer.