< prev index next >

src/com/sun/javatest/agent/AgentFrame.java

Print this page
rev 152 : 7902245: Correct Agent.productVersion
Reviewed-by: jjg

@@ -308,11 +308,11 @@
     /**
      * Create a AgentFrame.
      * @param modeOptions An array of option panels for different connection modes.
      */
     public AgentFrame(ModeOptions[] modeOptions) {
-        super(Agent.productName);
+        super(Agent.PRODUCT_NAME);
 
         ExitCount.inc();
         addWindowListener(new WindowAdapter() {
             public void windowClosing(WindowEvent e) {
                 setVisible(false);
< prev index next >