<%@ page contentType="image/svg-xml" %> <%@ page import="com.agile.libtemplate.*,java.io.*" buffer="16kb" %> // Include a static Global Info Table AC to diplay XML-data // The Airlene's AC calls function "flight_info_table.Display_info" <%@ include file="info_table.jsp" %> <% PrintWriter pw=new PrintWriter(out,true); AC_Info aci = new AC_Info(request, application); Airplane AirLine = new Airplane(aci, "TWA486","B737", 1, "get_info.jsp" ); AirLine.set_location(70.0, 90.0, 10.0); AirLine.setSmallMessages("LAX-to-JFK", "Radio Ch#1116"); AirLine.setCallBackName("flight_info_table.Display_info"); AirLine.CGM(pw); //Airplane AirLine = new Airplane(aci,"TWA486","B737", 1, "get_info.jsp"); //AirLine.setCallBackName("flight_info_table.Display_info"); //AirLine.set_location (90, 50, -40); //AirLine.setSmallMessages("LAX-to-JFK", "Radio Ch#36"); //AirLine.CGM(pw); String ac_set_loc_name = AirLine.getUpdateLocationMethodName(); String ac_object_name = AirLine.getAC_ObjectName(); %> Move Rotate Show Clue1 Show Clue2