@author Generated from Forte @since 19-Nov-2008
102103104105106107108109
public Main() { // Explicitly call the superclass constructor to prevent the implicit call super(); this.initialize(); this.setThings(new Array_Of_Thing<Thing>()); this.getThings().set(0, new Thing()); }