Ignore:
Timestamp:
09/21/11 16:46:58 (8 months ago)
Author:
delmitz
Branch:
default
Convert:
svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2791
Message:
  • modified script name timestamps to timestamp.
  • modified bundle update.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kraken-core/src/main/java/org/krakenapps/script/Editor.java

    r239 r357  
    354354        } 
    355355 
     356        @SuppressWarnings("unused") 
    356357        private void drawText(int x, int y, String s) { 
    357358                context.print(new MoveToCode(x, y)); 
     
    359360        } 
    360361 
     362        @SuppressWarnings("unused") 
    361363        private void drawBox(int x1, int y1, int x2, int y2) { 
    362364                // first line 
     
    387389        } 
    388390 
     391        @SuppressWarnings("unused") 
    389392        private void drawHorizontalLine(int x1, int x2, int y) { 
    390393                context.print(new MoveToCode(x1, y)); 
     
    395398        } 
    396399 
     400        @SuppressWarnings("unused") 
    397401        private void drawVerticalLine(int x1, int y1, int y2) { 
    398402                context.print(new MoveToCode(x1, y1)); 
Note: See TracChangeset for help on using the changeset viewer.