Ignore:
Timestamp:
01/20/14 14:47:39 (10 years ago)
Author:
jts21
Message:

Change tutorial in response to user feedback (now deletion is explained earlier, and explain how to pickup items and place them back down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r716 r722  
    14931493                }).start();
    14941494        }
     1495       
     1496        public static void getIDs(Frame f) {
     1497                for(Item i : f.getAllItems()) {
     1498                        System.out.println(i + " (" + i.getID() + ")");
     1499                }
     1500        }
    14951501}
Note: See TracChangeset for help on using the changeset viewer.