Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/flowlayout/XRawItem.java

    r972 r1102  
    4141                else {
    4242                        // Just in case it isn't a text item
    43                         bounding_rect = item.getArea().getBounds();
     43                        bounding_rect = item.getBoundingBox();
    4444                }
    4545               
Note: See TracChangeset for help on using the changeset viewer.