4445464748495051525354
/** Creates new form FlightList */ public FlightList(IATMCModel model, boolean assigned) { atmcModel = model; isAssigned = assigned; flightListRenderer = new FlightListRenderer(this); localCopy = this; initComponents(); initTable(); name = "Assigned";