GroupEditor.java
.. .. @@ -3429,7 +3429,8 @@ 3429 3429 3430 3430 int size = obj.MemorySize(); 3431 3431 3432 - System.err.println((size/1024) + " KB is the size of " + obj);3432 + //System.err.println((size/1024) + " KB is the size of " + obj);3433 + System.err.println("the size of " + obj + " is " + size + " (" + (size/1024) + "KB)");3433 3434 } 3434 3435 } 3435 3436 catch (Exception e)