Ignore:
Timestamp:
09/18/18 11:57:32 (6 years ago)
Author:
bln4
Message:

Used Eclipse refactoring to encapsulate Point.X and Point.Y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/mail/MailSession.java

    r1102 r1142  
    479479                                        if (newItem != null) {
    480480                                                mailItems.add(newItem);
    481                                                 point.y += newItem.getBoundsHeight();
     481                                                point.setY(point.getY() + newItem.getBoundsHeight());
    482482                                                messagesRead++;
    483483                                        } else {
Note: See TracChangeset for help on using the changeset viewer.