Ignore:
Timestamp:
11/19/08 16:43:35 (16 years ago)
Author:
ra33
Message:

Completed several tasks specified by Rob...

  1. Changing the resize for single text items to use the text items origin as the origin for the resize.
  1. Added message linking to documentation for SIMPLE statements when a statement is used incorrectly.
  1. Other minor changes...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/wordprocessing/JSpellChecker.java

    r389 r410  
    11package org.expeditee.agents.wordprocessing;
    22
    3 import java.awt.Color;
    43import java.io.File;
    54import java.io.FileNotFoundException;
     
    1110import org.expeditee.gui.Frame;
    1211import org.expeditee.gui.FrameIO;
    13 import org.expeditee.gui.MessageBay;
    1412import org.expeditee.items.Text;
    1513
     
    9896        public void init() throws FileNotFoundException, IOException {
    9997                log(this.hashCode() + ": JSpellChecker.init");
    100                 MessageBay.displayMessage("Loading spell checker...");
     98                //MessageBay.displayMessage("Loading spell checker...");
    10199
    102100                checker = new SpellChecker();
     
    113111                initialized = true;
    114112
    115                 MessageBay.displayMessage("Spell checker Loaded", Color.green.darker());
     113                //MessageBay.displayMessage("Spell checker Loaded", Color.green.darker());
    116114        }
    117115
Note: See TracChangeset for help on using the changeset viewer.