package com.ptc.tracker; /*****************************************************************************\ FILE: TrakerChoice.java PURPOSE: Controls the changing of the dialog when a different model is selected. 09-Apr-99 I-01-34 JCN $$1 Created. \*****************************************************************************/ import java.awt.*; import java.awt.event.*; import java.lang.reflect.*; public class TrackerChoice extends Choice { Panel changePanel; String [] names; int count; public TrackerChoice(Panel panel, String [] mNames) { names = mNames; changePanel = panel; count = Array.getLength(names); for (int i =0; i