Ignore:
Timestamp:
07/14/08 10:05:43 (16 years ago)
Author:
ra33
Message:

Fixed a few problems with painting etc.. and finished search stuff

File:
1 edited

Legend:

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

    r131 r137  
    3434
    3535        // the maximum size that can be used to paint on
    36         private static Dimension _MaxSize;
     36        private static Dimension _MaxSize = new Dimension(1000,1000);
    3737
    3838        // modes
Note: See TracChangeset for help on using the changeset viewer.