Java Object Fields

To view an object's fields, click the + sign that appears to the left of the class name.

The names of the object's fields appear. If a field is public, its contents appear, if they are displayable. If the field is not public, its visibility level (e.g., private, protected) appears instead.

If the field is an array or vector, click the + sign to the left of the field to inspect its contents.