home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / tema / Cafe / VCSAMPL.BIN / Applet1.java < prev    next >
Text File  |  1997-09-09  |  66KB  |  2,409 lines

  1. /*
  2.     A basic extension of the java.applet.Applet class
  3.  */
  4.  
  5. import java.awt.*;
  6. import java.applet.*;
  7.  
  8. import symantec.itools.awt.*;
  9. import symantec.itools.util.Timer;
  10. import symantec.itools.awt.util.*;
  11. import symantec.itools.multimedia.SlideShow;
  12. import symantec.itools.multimedia.*;
  13. import symantec.itools.awt.shape.*;
  14. import symantec.itools.awt.util.spinner.*;
  15. import symantec.itools.db.awt.*;
  16. public class Applet1 extends Applet
  17. {
  18.     public void init()
  19.     {
  20.         // Take out this line if you don't use symantec.itools.net.RelativeURL or symantec.itools.awt.util.StatusScroller
  21.         symantec.itools.lang.Context.setApplet(this);
  22.     
  23.         // This code is automatically generated by Visual Cafe when you add
  24.         // components to the visual environment. It instantiates and initializes
  25.         // the components. To modify the code, only use code syntax that matches
  26.         // what Visual Cafe can generate, or Visual Cafe may be unable to back
  27.         // parse your Java file into its visual environment.
  28.         //{{INIT_CONTROLS
  29.         setLayout(null);
  30.         setSize(546,500);
  31.         setBackground(new Color(12632256));
  32.         timer1 = new symantec.itools.util.Timer(1000,true);
  33.         timer1.start();
  34.         //$$ timer1.move(4,51);
  35.         statusScroller1 = new symantec.itools.awt.util.StatusScroller();
  36.         try {
  37.             statusScroller1.setString("Use the horizontal slider to adjust my scrolling speed...");
  38.         }
  39.         catch(java.beans.PropertyVetoException e) { }
  40.         //$$ statusScroller1.move(6,98);
  41.         tabPanel1 = new symantec.itools.awt.TabPanel();
  42.         try {
  43.             java.lang.String[] tempString = new java.lang.String[7];
  44.             tempString[0] = new java.lang.String("AWT");
  45.             tempString[1] = new java.lang.String("Utility");
  46.             tempString[2] = new java.lang.String("Multimedia");
  47.             tempString[3] = new java.lang.String("Shapes");
  48.             tempString[4] = new java.lang.String("Panels");
  49.             tempString[5] = new java.lang.String("Additional");
  50.             tempString[6] = new java.lang.String("DBAware");
  51.             tabPanel1.setPanelLabels(tempString);
  52.         }
  53.         catch(java.beans.PropertyVetoException e) { }
  54.         try {
  55.             tabPanel1.setCurrentPanelNdx(0);
  56.         }
  57.         catch(java.beans.PropertyVetoException e) { }
  58.         tabPanel1.setBounds(73,15,476,425);
  59.         add(tabPanel1);
  60.         panel1 = new java.awt.Panel();
  61.         panel1.setLayout(null);
  62.         panel1.setVisible(false);
  63.         panel1.setBounds(12,33,452,381);
  64.         tabPanel1.add(panel1);
  65.         scrollPane1 = new java.awt.ScrollPane(ScrollPane.SCROLLBARS_AS_NEEDED);
  66.         scrollPane1.setBounds(34,54,105,114);
  67.         panel1.add(scrollPane1);
  68.         panel6 = new java.awt.Panel();
  69.         panel6.setLayout(null);
  70.         panel6.setBounds(0,0,149,162);
  71.         scrollPane1.add(panel6);
  72.         button1 = new java.awt.Button();
  73.         button1.setLabel("button");
  74.         button1.setBounds(56,91,60,40);
  75.         panel6.add(button1);
  76.         horizontalScrollbar1 = new java.awt.Scrollbar(Scrollbar.HORIZONTAL);
  77.         horizontalScrollbar1.setBounds(175,56,80,16);
  78.         panel1.add(horizontalScrollbar1);
  79.         verticalScrollbar1 = new java.awt.Scrollbar(Scrollbar.VERTICAL);
  80.         verticalScrollbar1.setBounds(255,72,16,80);
  81.         panel1.add(verticalScrollbar1);
  82.         list1 = new java.awt.List(0,false);
  83.         list1.addItem("AWT");
  84.         list1.addItem("List");
  85.         panel1.add(list1);
  86.         list1.setBounds(278,59,70,47);
  87.         textField1 = new java.awt.TextField();
  88.         textField1.setText("TextField");
  89.         textField1.setBounds(279,129,69,22);
  90.         textField1.setFont(new Font("Dialog", Font.PLAIN, 10));
  91.         panel1.add(textField1);
  92.         textArea1 = new java.awt.TextArea();
  93.         textArea1.setText("TextArea");
  94.         textArea1.setBounds(360,59,83,46);
  95.         panel1.add(textArea1);
  96.         choice1 = new java.awt.Choice();
  97.         choice1.addItem("AWT");
  98.         choice1.addItem("Choice");
  99.         panel1.add(choice1);
  100.         choice1.setBounds(357,121,85,40);
  101.         panel7 = new java.awt.Panel();
  102.         panel7.setLayout(null);
  103.         panel7.setBounds(229,230,159,139);
  104.         panel7.setBackground(new Color(16711935));
  105.         panel1.add(panel7);
  106.         checkbox1 = new java.awt.Checkbox("checkbox");
  107.         checkbox1.setBounds(33,41,100,40);
  108.         checkbox1.setBackground(new Color(16711935));
  109.         panel7.add(checkbox1);
  110.         Group1 = new CheckboxGroup();
  111.         radioButton3 = new java.awt.Checkbox("radiobutton", Group1, false);
  112.         radioButton3.setBounds(31,8,100,40);
  113.         radioButton3.setBackground(new Color(16711935));
  114.         panel7.add(radioButton3);
  115.         button2 = new java.awt.Button();
  116.         button2.setLabel("button");
  117.         button2.setBounds(47,91,60,40);
  118.         panel7.add(button2);
  119.         label2 = new java.awt.Label("AWT Canvas");
  120.         label2.setBounds(93,236,86,51);
  121.         label2.setBackground(new Color(16711935));
  122.         panel1.add(label2);
  123.         canvas1 = new java.awt.Canvas();
  124.         canvas1.setBounds(49,230,159,139);
  125.         canvas1.setBackground(new Color(16711935));
  126.         panel1.add(canvas1);
  127.         panel2 = new java.awt.Panel();
  128.         panel2.setLayout(null);
  129.         panel2.setVisible(false);
  130.         panel2.setBounds(12,33,452,381);
  131.         tabPanel1.add(panel2);
  132.         calendar1 = new symantec.itools.awt.util.Calendar();
  133.         calendar1.setLayout(null);
  134.         calendar1.setBounds(28,43,285,207);
  135.         calendar1.setFont(new Font("Dialog", Font.BOLD, 10));
  136.         panel2.add(calendar1);
  137.         treeView1 = new symantec.itools.awt.TreeView();
  138.         treeView1.setLayout(null);
  139.         {
  140.             java.lang.String[] tempString = new java.lang.String[8];
  141.             tempString[0] = new java.lang.String("Root 1");
  142.             tempString[1] = new java.lang.String(" Sub 1");
  143.             tempString[2] = new java.lang.String(" Sub 2");
  144.             tempString[3] = new java.lang.String("Root2");
  145.             tempString[4] = new java.lang.String(" Sub 3");
  146.             tempString[5] = new java.lang.String(" Sub 4");
  147.             tempString[6] = new java.lang.String("  Sub 5");
  148.             tempString[7] = new java.lang.String("   Sub 6");
  149.             treeView1.setTreeStructure(tempString);
  150.         }
  151.         treeView1.setBounds(320,50,126,181);
  152.         treeView1.setBackground(new Color(16777215));
  153.         panel2.add(treeView1);
  154.         progressBar1 = new symantec.itools.awt.util.ProgressBar();
  155.         progressBar1.setBounds(39,312,409,38);
  156.         panel2.add(progressBar1);
  157.         label3 = new java.awt.Label("Calendar");
  158.         label3.setBounds(106,6,100,40);
  159.         panel2.add(label3);
  160.         label4 = new java.awt.Label("TreeView");
  161.         label4.setBounds(346,6,55,40);
  162.         panel2.add(label4);
  163.         label5 = new java.awt.Label("ProgreeBar");
  164.         label5.setBounds(205,261,81,40);
  165.         panel2.add(label5);
  166.         panel3 = new java.awt.Panel();
  167.         panel3.setLayout(null);
  168.         panel3.setVisible(false);
  169.         panel3.setBounds(12,33,452,381);
  170.         tabPanel1.add(panel3);
  171.         slideShow1 = new symantec.itools.multimedia.SlideShow();
  172.         try {
  173.             slideShow1.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("images/little.gif"), "");
  174.             slideShow1.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("images/little1.gif"), "");
  175.             slideShow1.addImageAndDescription(symantec.itools.net.RelativeURL.getURL("images/bigbowie.gif"), "");
  176.         } catch (Exception e) { }
  177.         slideShow1.setBounds(24,39,181,171);
  178.         panel3.add(slideShow1);
  179.         imageViewer1 = new symantec.itools.multimedia.ImageViewer();
  180.         try {
  181.             imageViewer1.setURL(symantec.itools.net.RelativeURL.getURL("images/gear.gif"));
  182.         }
  183.         catch (java.net.MalformedURLException error) { }
  184.         catch(java.beans.PropertyVetoException e) { }
  185.         imageViewer1.setBounds(210,70,120,111);
  186.         panel3.add(imageViewer1);
  187.         scrollingText1 = new symantec.itools.multimedia.ScrollingText();
  188.         try {
  189.             java.lang.String[] tempString = new java.lang.String[1];
  190.             tempString[0] = new java.lang.String("Scrolling Text");
  191.             scrollingText1.setMessageList(tempString);
  192.         }
  193.         catch(java.beans.PropertyVetoException e) { }
  194.         scrollingText1.setBounds(188,224,255,27);
  195.         panel3.add(scrollingText1);
  196.         animator1 = new symantec.itools.multimedia.Animator();
  197.         try {
  198.             java.net.URL[] tempURL = new java.net.URL[13];
  199.             tempURL[0] = symantec.itools.net.RelativeURL.getURL("images/FN0.gif");
  200.             tempURL[1] = symantec.itools.net.RelativeURL.getURL("images/FN1.gif");
  201.             tempURL[2] = symantec.itools.net.RelativeURL.getURL("images/FN2.gif");
  202.             tempURL[3] = symantec.itools.net.RelativeURL.getURL("images/FN3.gif");
  203.             tempURL[4] = symantec.itools.net.RelativeURL.getURL("images/FN4.gif");
  204.             tempURL[5] = symantec.itools.net.RelativeURL.getURL("images/FN5.gif");
  205.             tempURL[6] = symantec.itools.net.RelativeURL.getURL("images/FN6.gif");
  206.             tempURL[7] = symantec.itools.net.RelativeURL.getURL("images/FN7.gif");
  207.             tempURL[8] = symantec.itools.net.RelativeURL.getURL("images/FN8.gif");
  208.             tempURL[9] = symantec.itools.net.RelativeURL.getURL("images/FN9.gif");
  209.             tempURL[10] = symantec.itools.net.RelativeURL.getURL("images/FN10.gif");
  210.             tempURL[11] = symantec.itools.net.RelativeURL.getURL("images/FN11.gif");
  211.             tempURL[12] = symantec.itools.net.RelativeURL.getURL("images/FN12.gif");
  212.             animator1.setImageList(tempURL);
  213.         }
  214.         catch (java.net.MalformedURLException error) { }
  215.         catch(java.beans.PropertyVetoException e) { }
  216.         animator1.setBounds(54,287,358,91);
  217.         panel3.add(animator1);
  218.         label6 = new java.awt.Label("Slideshow");
  219.         label6.setBounds(80,7,64,26);
  220.         panel3.add(label6);
  221.         button3 = new java.awt.Button();
  222.         button3.setActionCommand("button");
  223.         button3.setLabel("Next");
  224.         button3.setBounds(40,216,60,40);
  225.         panel3.add(button3);
  226.         button4 = new java.awt.Button();
  227.         button4.setActionCommand("button");
  228.         button4.setLabel("Previous");
  229.         button4.setBounds(121,216,60,40);
  230.         panel3.add(button4);
  231.         label7 = new java.awt.Label("ImageViewer");
  232.         label7.setBounds(234,7,75,26);
  233.         panel3.add(label7);
  234.         label8 = new java.awt.Label("Animator");
  235.         label8.setBounds(194,259,87,27);
  236.         panel3.add(label8);
  237.         button5 = new java.awt.Button();
  238.         button5.setActionCommand("button");
  239.         button5.setLabel("Fireworks");
  240.         button5.setBounds(353,52,90,24);
  241.         panel3.add(button5);
  242.         button6 = new java.awt.Button();
  243.         button6.setActionCommand("button");
  244.         button6.setLabel("Plasma");
  245.         button6.setBounds(353,84,90,24);
  246.         panel3.add(button6);
  247.         button7 = new java.awt.Button();
  248.         button7.setActionCommand("button");
  249.         button7.setLabel("SoundPlayer");
  250.         button7.setBounds(353,116,90,24);
  251.         panel3.add(button7);
  252.         button8 = new java.awt.Button();
  253.         button8.setActionCommand("button");
  254.         button8.setLabel("Emblaze");
  255.         button8.setBounds(353,148,90,24);
  256.         panel3.add(button8);
  257.         button9 = new java.awt.Button();
  258.         button9.setActionCommand("button");
  259.         button9.setLabel("NervousText");
  260.         button9.setBounds(353,180,90,24);
  261.         panel3.add(button9);
  262.         panel4 = new java.awt.Panel();
  263.         panel4.setLayout(null);
  264.         panel4.setVisible(false);
  265.         panel4.setBounds(12,33,452,381);
  266.         tabPanel1.add(panel4);
  267.         line1 = new symantec.itools.awt.shape.Line();
  268.         line1.setBounds(43,38,139,133);
  269.         panel4.add(line1);
  270.         horizontalLine1 = new symantec.itools.awt.shape.HorizontalLine();
  271.         horizontalLine1.setBounds(20,71,316,2);
  272.         panel4.add(horizontalLine1);
  273.         rect1 = new symantec.itools.awt.shape.Rect();
  274.         rect1.setBounds(80,234,239,63);
  275.         panel4.add(rect1);
  276.         square1 = new symantec.itools.awt.shape.Square();
  277.         square1.setBounds(242,123,86,86);
  278.         panel4.add(square1);
  279.         verticalLine1 = new symantec.itools.awt.shape.VerticalLine();
  280.         verticalLine1.setBounds(360,25,2,305);
  281.         panel4.add(verticalLine1);
  282.         circle1 = new symantec.itools.awt.shape.Circle();
  283.         circle1.setBounds(33,119,99,99);
  284.         panel4.add(circle1);
  285.         ellipse1 = new symantec.itools.awt.shape.Ellipse();
  286.         ellipse1.setBounds(189,19,115,37);
  287.         panel4.add(ellipse1);
  288.         panel5 = new java.awt.Panel();
  289.         panel5.setLayout(null);
  290.         panel5.setVisible(false);
  291.         panel5.setBounds(12,33,452,381);
  292.         tabPanel1.add(panel5);
  293.         keyPressManagerPanel1 = new symantec.itools.awt.KeyPressManagerPanel();
  294.         keyPressManagerPanel1.setLayout(null);
  295.         keyPressManagerPanel1.setBounds(29,25,145,159);
  296.         keyPressManagerPanel1.setBackground(new Color(16756655));
  297.         panel5.add(keyPressManagerPanel1);
  298.         textField2 = new java.awt.TextField();
  299.         textField2.setBounds(24,9,100,40);
  300.         textField2.setBackground(new Color(16777215));
  301.         keyPressManagerPanel1.add(textField2);
  302.         textField3 = new java.awt.TextField();
  303.         textField3.setBounds(24,60,100,40);
  304.         textField3.setBackground(new Color(16777215));
  305.         keyPressManagerPanel1.add(textField3);
  306.         textField4 = new java.awt.TextField();
  307.         textField4.setBounds(24,111,100,40);
  308.         textField4.setBackground(new Color(16777215));
  309.         keyPressManagerPanel1.add(textField4);
  310.         borderPanel1 = new symantec.itools.awt.BorderPanel();
  311.         try {
  312.             borderPanel1.setLabel("Border Panel");
  313.         }
  314.         catch(java.beans.PropertyVetoException e) { }
  315.         try {
  316.             borderPanel1.setAlignStyle(symantec.itools.awt.BorderPanel.ALIGN_LEFT);
  317.         }
  318.         catch(java.beans.PropertyVetoException e) { }
  319.         borderPanel1.setLayout(null);
  320.         borderPanel1.setBounds(208,17,199,104);
  321.         panel5.add(borderPanel1);
  322.         radioButtonGroupPanel1 = new symantec.itools.awt.RadioButtonGroupPanel();
  323.         radioButtonGroupPanel1.setLayout(new FlowLayout(FlowLayout.CENTER,5,5));
  324.         radioButtonGroupPanel1.setBounds(37,209,158,67);
  325.         radioButtonGroupPanel1.setBackground(new Color(16777215));
  326.         panel5.add(radioButtonGroupPanel1);
  327.         radioButton1 = new java.awt.Checkbox("radiobutton");
  328.         radioButton1.setBounds(33,5,92,23);
  329.         radioButton1.setBackground(new Color(16777215));
  330.         radioButtonGroupPanel1.add(radioButton1);
  331.         radioButton2 = new java.awt.Checkbox("radiobutton");
  332.         radioButton2.setBounds(33,33,92,23);
  333.         radioButton2.setBackground(new Color(16777215));
  334.         radioButtonGroupPanel1.add(radioButton2);
  335.         imagePanel1 = new symantec.itools.awt.ImagePanel();
  336.         try {
  337.             imagePanel1.setImageURL(symantec.itools.net.RelativeURL.getURL("images/gear.gif"));
  338.         }
  339.         catch (java.net.MalformedURLException error) { }
  340.         catch(java.beans.PropertyVetoException e) { }
  341.         imagePanel1.setLayout(null);
  342.         imagePanel1.setBounds(211,135,193,144);
  343.         panel5.add(imagePanel1);
  344.         toolBarPanel1 = new symantec.itools.awt.util.ToolBarPanel();
  345.         toolBarPanel1.setLayout(new FlowLayout(FlowLayout.LEFT,0,0));
  346.         toolBarPanel1.setBounds(13,298,254,67);
  347.         panel5.add(toolBarPanel1);
  348.         imageButton1 = new symantec.itools.awt.ImageButton();
  349.         try {
  350.             imageButton1.setImageURL(symantec.itools.net.RelativeURL.getURL("images/lightbulb.gif"));
  351.         }
  352.         catch (java.net.MalformedURLException error) { }
  353.         catch(java.beans.PropertyVetoException e) { }
  354.         imageButton1.setBounds(0,0,54,54);
  355.         toolBarPanel1.add(imageButton1);
  356.         imageButton2 = new symantec.itools.awt.ImageButton();
  357.         try {
  358.             imageButton2.setImageURL(symantec.itools.net.RelativeURL.getURL("images/penny.gif"));
  359.         }
  360.         catch (java.net.MalformedURLException error) { }
  361.         catch(java.beans.PropertyVetoException e) { }
  362.         imageButton2.setBounds(54,0,54,54);
  363.         toolBarPanel1.add(imageButton2);
  364.         toolBarSpacer1 = new symantec.itools.awt.util.ToolBarSpacer();
  365.         toolBarSpacer1.setBounds(108,0,10,54);
  366.         toolBarPanel1.add(toolBarSpacer1);
  367.         toolBarSpacer2 = new symantec.itools.awt.util.ToolBarSpacer();
  368.         toolBarSpacer2.setBounds(118,0,10,54);
  369.         toolBarPanel1.add(toolBarSpacer2);
  370.         toolBarSpacer3 = new symantec.itools.awt.util.ToolBarSpacer();
  371.         toolBarSpacer3.setBounds(128,0,10,54);
  372.         toolBarPanel1.add(toolBarSpacer3);
  373.         toolBarSpacer4 = new symantec.itools.awt.util.ToolBarSpacer();
  374.         toolBarSpacer4.setBounds(138,0,10,54);
  375.         toolBarPanel1.add(toolBarSpacer4);
  376.         imageButton3 = new symantec.itools.awt.ImageButton();
  377.         try {
  378.             imageButton3.setImageURL(symantec.itools.net.RelativeURL.getURL("images/sphere.gif"));
  379.         }
  380.         catch (java.net.MalformedURLException error) { }
  381.         catch(java.beans.PropertyVetoException e) { }
  382.         imageButton3.setBounds(148,0,54,54);
  383.         toolBarPanel1.add(imageButton3);
  384.         panel8 = new java.awt.Panel();
  385.         panel8.setLayout(null);
  386.         panel8.setVisible(false);
  387.         panel8.setBounds(12,33,452,381);
  388.         tabPanel1.add(panel8);
  389.         imageListBox1 = new symantec.itools.awt.ImageListBox();
  390.         imageListBox1.setLayout(null);
  391.         try {
  392.             java.lang.String[] tempString = new java.lang.String[3];
  393.             tempString[0] = new java.lang.String("Image");
  394.             tempString[1] = new java.lang.String("List");
  395.             tempString[2] = new java.lang.String("Box");
  396.             imageListBox1.setListItems(tempString);
  397.         }
  398.         catch(java.beans.PropertyVetoException e) { }
  399.         imageListBox1.setBounds(10,43,88,111);
  400.         imageListBox1.setBackground(new Color(16777215));
  401.         panel8.add(imageListBox1);
  402.         directionButton1 = new symantec.itools.awt.DirectionButton();
  403.         try {
  404.             directionButton1.setLinkURL(new java.net.URL("http://cafe.symantec.com/"));
  405.         }
  406.         catch (java.net.MalformedURLException error) { }
  407.         catch(java.beans.PropertyVetoException e) { }
  408.         directionButton1.setBounds(10,282,55,55);
  409.         panel8.add(directionButton1);
  410.         directionButton1.setCursor(new Cursor(Cursor.HAND_CURSOR));
  411.         monthSpinner1 = new symantec.itools.awt.util.spinner.MonthSpinner();
  412.         monthSpinner1.setLayout(null);
  413.         monthSpinner1.setBounds(324,43,104,27);
  414.         panel8.add(monthSpinner1);
  415.         listSpinner1 = new symantec.itools.awt.util.spinner.ListSpinner();
  416.         listSpinner1.setLayout(null);
  417.         try {
  418.             java.lang.String[] tempString = new java.lang.String[3];
  419.             tempString[0] = new java.lang.String("Symantec");
  420.             tempString[1] = new java.lang.String("List");
  421.             tempString[2] = new java.lang.String("Spinner");
  422.             listSpinner1.setListItems(tempString);
  423.         }
  424.         catch(java.beans.PropertyVetoException e) { }
  425.         listSpinner1.setBounds(324,105,121,27);
  426.         panel8.add(listSpinner1);
  427.         daySpinner1 = new symantec.itools.awt.util.spinner.DaySpinner();
  428.         daySpinner1.setLayout(null);
  429.         daySpinner1.setBounds(324,74,104,27);
  430.         panel8.add(daySpinner1);
  431.         numericSpinner1 = new symantec.itools.awt.util.spinner.NumericSpinner();
  432.         numericSpinner1.setLayout(null);
  433.         numericSpinner1.setBounds(324,136,104,27);
  434.         panel8.add(numericSpinner1);
  435.         verticalSlider1 = new symantec.itools.awt.VerticalSlider();
  436.         verticalSlider1.setBounds(273,218,51,113);
  437.         panel8.add(verticalSlider1);
  438.         horizontalSlider1 = new symantec.itools.awt.HorizontalSlider();
  439.         try {
  440.             horizontalSlider1.setMaxValue(100);
  441.         }
  442.         catch(java.beans.PropertyVetoException e) { }
  443.         try {
  444.             horizontalSlider1.setTickFreq(10);
  445.         }
  446.         catch(java.beans.PropertyVetoException e) { }
  447.         horizontalSlider1.setBounds(325,282,119,48);
  448.         panel8.add(horizontalSlider1);
  449.         imageHTMLLink1 = new symantec.itools.awt.ImageHTMLLink();
  450.         try {
  451.             imageHTMLLink1.setImageURL(symantec.itools.net.RelativeURL.getURL("images/penny.gif"));
  452.         }
  453.         catch (java.net.MalformedURLException error) { }
  454.         catch(java.beans.PropertyVetoException e) { }
  455.         imageHTMLLink1.setBounds(78,281,55,55);
  456.         panel8.add(imageHTMLLink1);
  457.         imageHTMLLink1.setCursor(new Cursor(Cursor.HAND_CURSOR));
  458.         imageButton4 = new symantec.itools.awt.ImageButton();
  459.         try {
  460.             imageButton4.setImageURL(symantec.itools.net.RelativeURL.getURL("images/sphere.gif"));
  461.         }
  462.         catch (java.net.MalformedURLException error) { }
  463.         catch(java.beans.PropertyVetoException e) { }
  464.         imageButton4.setBounds(149,281,55,55);
  465.         panel8.add(imageButton4);
  466.         imageButton4.setCursor(new Cursor(Cursor.HAND_CURSOR));
  467.         labelHTMLLink1 = new symantec.itools.awt.LabelHTMLLink();
  468.         try {
  469.             labelHTMLLink1.setText("LabelHTMLLink");
  470.         }
  471.         catch(java.beans.PropertyVetoException e) { }
  472.         try {
  473.             labelHTMLLink1.setLinkURL(new java.net.URL("http://www.symantec.com/"));
  474.         }
  475.         catch (java.net.MalformedURLException error) { }
  476.         catch(java.beans.PropertyVetoException e) { }
  477.         labelHTMLLink1.setBounds(108,86,96,29);
  478.         panel8.add(labelHTMLLink1);
  479.         labelHTMLLink1.setCursor(new Cursor(Cursor.HAND_CURSOR));
  480.         labelButton1 = new symantec.itools.awt.LabelButton();
  481.         try {
  482.             labelButton1.setText("LabelButton");
  483.         }
  484.         catch(java.beans.PropertyVetoException e) { }
  485.         labelButton1.setBounds(108,43,96,29);
  486.         panel8.add(labelButton1);
  487.         labelButton1.setCursor(new Cursor(Cursor.HAND_CURSOR));
  488.         rollOverButton1 = new symantec.itools.awt.RollOverButton();
  489.         try {
  490.             rollOverButton1.setOverURL(symantec.itools.net.RelativeURL.getURL("images/mouseover.gif"));
  491.         }
  492.         catch (java.net.MalformedURLException error) { }
  493.         catch(java.beans.PropertyVetoException e) { }
  494.         try {
  495.             rollOverButton1.setDownURL(symantec.itools.net.RelativeURL.getURL("images/mouseclicked.gif"));
  496.         }
  497.         catch (java.net.MalformedURLException error) { }
  498.         catch(java.beans.PropertyVetoException e) { }
  499.         try {
  500.             rollOverButton1.setStandardURL(symantec.itools.net.RelativeURL.getURL("images/noaction.gif"));
  501.         }
  502.         catch (java.net.MalformedURLException error) { }
  503.         catch(java.beans.PropertyVetoException e) { }
  504.         rollOverButton1.setBounds(207,289,68,39);
  505.         panel8.add(rollOverButton1);
  506.         rollOverButton1.setCursor(new Cursor(Cursor.HAND_CURSOR));
  507.         label3D1 = new symantec.itools.awt.Label3D();
  508.         try {
  509.             label3D1.setBorderedColor(new Color(255));
  510.         }
  511.         catch(java.beans.PropertyVetoException e) { }
  512.         try {
  513.             label3D1.setText("Label3D");
  514.         }
  515.         catch(java.beans.PropertyVetoException e) { }
  516.         try {
  517.             label3D1.setBorderIndent(symantec.itools.awt.Label3D.INDENT_TWO);
  518.         }
  519.         catch(java.beans.PropertyVetoException e) { }
  520.         try {
  521.             label3D1.setTextColor(new Color(16711680));
  522.         }
  523.         catch(java.beans.PropertyVetoException e) { }
  524.         label3D1.setBounds(108,127,96,29);
  525.         panel8.add(label3D1);
  526.         formattedTextField1 = new symantec.itools.awt.FormattedTextField();
  527.         formattedTextField1.setText("FormattedTextField");
  528.         formattedTextField1.setBounds(120,347,128,23);
  529.         formattedTextField1.setBackground(new Color(16777215));
  530.         panel8.add(formattedTextField1);
  531.         formattedTextField1.setCursor(new Cursor(Cursor.TEXT_CURSOR));
  532.         stateCheckBox1 = new symantec.itools.awt.StateCheckBox();
  533.         try {
  534.             stateCheckBox1.setStyle(symantec.itools.awt.StateCheckBox.THREE_STATE);
  535.         }
  536.         catch(java.beans.PropertyVetoException e) { }
  537.         stateCheckBox1.setBounds(257,351,15,14);
  538.         panel8.add(stateCheckBox1);
  539.         label9 = new java.awt.Label("StateCheckBox");
  540.         label9.setBounds(277,340,88,35);
  541.         panel8.add(label9);
  542.         multiList1 = new symantec.itools.awt.MultiList();
  543.         multiList1.setLayout(null);
  544.         try {
  545.             java.lang.String[] tempString = new java.lang.String[1];
  546.             tempString[0] = new java.lang.String("Col1;Col2");
  547.             multiList1.setListItems(tempString);
  548.         }
  549.         catch(java.beans.PropertyVetoException e) { }
  550.         try {
  551.             java.lang.String[] tempString = new java.lang.String[2];
  552.             tempString[0] = new java.lang.String("Symantec");
  553.             tempString[1] = new java.lang.String("MultiList");
  554.             multiList1.setHeadings(tempString);
  555.         }
  556.         catch(java.beans.PropertyVetoException e) { }
  557.         multiList1.setBounds(11,165,194,81);
  558.         multiList1.setBackground(new Color(16777215));
  559.         panel8.add(multiList1);
  560.         wrappingLabel1 = new symantec.itools.awt.WrappingLabel();
  561.         try {
  562.             wrappingLabel1.setText("This is a Symantec Wrapping Label");
  563.         }
  564.         catch(java.beans.PropertyVetoException e) { }
  565.         wrappingLabel1.setBounds(222,43,91,111);
  566.         wrappingLabel1.setBackground(new Color(16777215));
  567.         panel8.add(wrappingLabel1);
  568.         comboBox1 = new symantec.itools.awt.ComboBox();
  569.         comboBox1.setLayout(null);
  570.         try {
  571.             java.lang.String[] tempString = new java.lang.String[2];
  572.             tempString[0] = new java.lang.String("Symantec");
  573.             tempString[1] = new java.lang.String("ComboBox");
  574.             comboBox1.setListItems(tempString);
  575.         }
  576.         catch(java.beans.PropertyVetoException e) { }
  577.         comboBox1.setBounds(324,173,105,26);
  578.         panel8.add(comboBox1);
  579.         label10 = new java.awt.Label("Various Buttons");
  580.         label10.setBounds(12,245,88,35);
  581.         panel8.add(label10);
  582.         label11 = new java.awt.Label("Various Spinners");
  583.         label11.setBounds(324,5,106,35);
  584.         panel8.add(label11);
  585.         label12 = new java.awt.Label("Sliders");
  586.         label12.setBounds(331,230,106,35);
  587.         panel8.add(label12);
  588.         statusBar1 = new symantec.itools.awt.StatusBar();
  589.         statusBar1.setLayout(new BorderLayout(0,0));
  590.         statusBar1.setBounds(80,436,465,43);
  591.         add(statusBar1);
  592.         //}}
  593.     
  594.         //{{REGISTER_LISTENERS
  595.         SymAction lSymAction = new SymAction();
  596.         timer1.addActionListener(lSymAction);
  597.         button3.addActionListener(lSymAction);
  598.         button4.addActionListener(lSymAction);
  599.         imageButton1.addActionListener(lSymAction);
  600.         imageButton2.addActionListener(lSymAction);
  601.         imageButton3.addActionListener(lSymAction);
  602.         directionButton1.addActionListener(lSymAction);
  603.         imageHTMLLink1.addActionListener(lSymAction);
  604.         imageButton4.addActionListener(lSymAction);
  605.         horizontalSlider1.addActionListener(lSymAction);
  606.         SymMouse aSymMouse = new SymMouse();
  607.         canvas1.addMouseListener(aSymMouse);
  608.         radioButton3.addMouseListener(aSymMouse);
  609.         button2.addMouseListener(aSymMouse);
  610.         checkbox1.addMouseListener(aSymMouse);
  611.         choice1.addMouseListener(aSymMouse);
  612.         textArea1.addMouseListener(aSymMouse);
  613.         list1.addMouseListener(aSymMouse);
  614.         calendar1.addMouseListener(aSymMouse);
  615.         treeView1.addMouseListener(aSymMouse);
  616.         progressBar1.addMouseListener(aSymMouse);
  617.         slideShow1.addMouseListener(aSymMouse);
  618.         imageViewer1.addMouseListener(aSymMouse);
  619.         animator1.addMouseListener(aSymMouse);
  620.         button3.addMouseListener(aSymMouse);
  621.         button4.addMouseListener(aSymMouse);
  622.         scrollingText1.addMouseListener(aSymMouse);
  623.         button5.addMouseListener(aSymMouse);
  624.         button6.addMouseListener(aSymMouse);
  625.         button7.addMouseListener(aSymMouse);
  626.         button8.addMouseListener(aSymMouse);
  627.         button9.addMouseListener(aSymMouse);
  628.         imageListBox1.addMouseListener(aSymMouse);
  629.         labelButton1.addMouseListener(aSymMouse);
  630.         labelHTMLLink1.addMouseListener(aSymMouse);
  631.         label3D1.addMouseListener(aSymMouse);
  632.         wrappingLabel1.addMouseListener(aSymMouse);
  633.         multiList1.addMouseListener(aSymMouse);
  634.         directionButton1.addMouseListener(aSymMouse);
  635.         imageHTMLLink1.addMouseListener(aSymMouse);
  636.         imageButton4.addMouseListener(aSymMouse);
  637.         rollOverButton1.addMouseListener(aSymMouse);
  638.         horizontalSlider1.addMouseListener(aSymMouse);
  639.         label9.addMouseListener(aSymMouse);
  640.         stateCheckBox1.addMouseListener(aSymMouse);
  641.         formattedTextField1.addMouseListener(aSymMouse);
  642.         keyPressManagerPanel1.addMouseListener(aSymMouse);
  643.         borderPanel1.addMouseListener(aSymMouse);
  644.         imagePanel1.addMouseListener(aSymMouse);
  645.         radioButtonGroupPanel1.addMouseListener(aSymMouse);
  646.         toolBarPanel1.addMouseListener(aSymMouse);
  647.         SymComponent aSymComponent = new SymComponent();
  648.         label9.addComponentListener(aSymComponent);
  649.         button5.addActionListener(lSymAction);
  650.         button6.addActionListener(lSymAction);
  651.         button8.addActionListener(lSymAction);
  652.         button9.addActionListener(lSymAction);
  653.         button7.addActionListener(lSymAction);
  654.         textField1.addMouseListener(aSymMouse);
  655.         //}}
  656.     }
  657.     
  658.     //{{DECLARE_CONTROLS
  659.     symantec.itools.util.Timer timer1;
  660.     symantec.itools.awt.util.StatusScroller statusScroller1;
  661.     symantec.itools.awt.TabPanel tabPanel1;
  662.     java.awt.Panel panel1;
  663.     java.awt.ScrollPane scrollPane1;
  664.     java.awt.Panel panel6;
  665.     java.awt.Button button1;
  666.     java.awt.Scrollbar horizontalScrollbar1;
  667.     java.awt.Scrollbar verticalScrollbar1;
  668.     java.awt.List list1;
  669.     java.awt.TextField textField1;
  670.     java.awt.TextArea textArea1;
  671.     java.awt.Choice choice1;
  672.     java.awt.Panel panel7;
  673.     java.awt.Checkbox checkbox1;
  674.     java.awt.Checkbox radioButton3;
  675.     CheckboxGroup Group1;
  676.     java.awt.Button button2;
  677.     java.awt.Label label2;
  678.     java.awt.Canvas canvas1;
  679.     java.awt.Panel panel2;
  680.     symantec.itools.awt.util.Calendar calendar1;
  681.     symantec.itools.awt.TreeView treeView1;
  682.     symantec.itools.awt.util.ProgressBar progressBar1;
  683.     java.awt.Label label3;
  684.     java.awt.Label label4;
  685.     java.awt.Label label5;
  686.     java.awt.Panel panel3;
  687.     symantec.itools.multimedia.SlideShow slideShow1;
  688.     symantec.itools.multimedia.ImageViewer imageViewer1;
  689.     symantec.itools.multimedia.ScrollingText scrollingText1;
  690.     symantec.itools.multimedia.Animator animator1;
  691.     java.awt.Label label6;
  692.     java.awt.Button button3;
  693.     java.awt.Button button4;
  694.     java.awt.Label label7;
  695.     java.awt.Label label8;
  696.     java.awt.Button button5;
  697.     java.awt.Button button6;
  698.     java.awt.Button button7;
  699.     java.awt.Button button8;
  700.     java.awt.Button button9;
  701.     java.awt.Panel panel4;
  702.     symantec.itools.awt.shape.Line line1;
  703.     symantec.itools.awt.shape.HorizontalLine horizontalLine1;
  704.     symantec.itools.awt.shape.Rect rect1;
  705.     symantec.itools.awt.shape.Square square1;
  706.     symantec.itools.awt.shape.VerticalLine verticalLine1;
  707.     symantec.itools.awt.shape.Circle circle1;
  708.     symantec.itools.awt.shape.Ellipse ellipse1;
  709.     java.awt.Panel panel5;
  710.     symantec.itools.awt.KeyPressManagerPanel keyPressManagerPanel1;
  711.     java.awt.TextField textField2;
  712.     java.awt.TextField textField3;
  713.     java.awt.TextField textField4;
  714.     symantec.itools.awt.BorderPanel borderPanel1;
  715.     symantec.itools.awt.RadioButtonGroupPanel radioButtonGroupPanel1;
  716.     java.awt.Checkbox radioButton1;
  717.     java.awt.Checkbox radioButton2;
  718.     symantec.itools.awt.ImagePanel imagePanel1;
  719.     symantec.itools.awt.util.ToolBarPanel toolBarPanel1;
  720.     symantec.itools.awt.ImageButton imageButton1;
  721.     symantec.itools.awt.ImageButton imageButton2;
  722.     symantec.itools.awt.util.ToolBarSpacer toolBarSpacer1;
  723.     symantec.itools.awt.util.ToolBarSpacer toolBarSpacer2;
  724.     symantec.itools.awt.util.ToolBarSpacer toolBarSpacer3;
  725.     symantec.itools.awt.util.ToolBarSpacer toolBarSpacer4;
  726.     symantec.itools.awt.ImageButton imageButton3;
  727.     java.awt.Panel panel8;
  728.     symantec.itools.awt.ImageListBox imageListBox1;
  729.     symantec.itools.awt.DirectionButton directionButton1;
  730.     symantec.itools.awt.util.spinner.MonthSpinner monthSpinner1;
  731.     symantec.itools.awt.util.spinner.ListSpinner listSpinner1;
  732.     symantec.itools.awt.util.spinner.DaySpinner daySpinner1;
  733.     symantec.itools.awt.util.spinner.NumericSpinner numericSpinner1;
  734.     symantec.itools.awt.VerticalSlider verticalSlider1;
  735.     symantec.itools.awt.HorizontalSlider horizontalSlider1;
  736.     symantec.itools.awt.ImageHTMLLink imageHTMLLink1;
  737.     symantec.itools.awt.ImageButton imageButton4;
  738.     symantec.itools.awt.LabelHTMLLink labelHTMLLink1;
  739.     symantec.itools.awt.LabelButton labelButton1;
  740.     symantec.itools.awt.RollOverButton rollOverButton1;
  741.     symantec.itools.awt.Label3D label3D1;
  742.     symantec.itools.awt.FormattedTextField formattedTextField1;
  743.     symantec.itools.awt.StateCheckBox stateCheckBox1;
  744.     java.awt.Label label9;
  745.     symantec.itools.awt.MultiList multiList1;
  746.     symantec.itools.awt.WrappingLabel wrappingLabel1;
  747.     symantec.itools.awt.ComboBox comboBox1;
  748.     java.awt.Label label10;
  749.     java.awt.Label label11;
  750.     java.awt.Label label12;
  751.     symantec.itools.awt.StatusBar statusBar1;
  752.     //}}
  753.  
  754.     class SymAction implements java.awt.event.ActionListener
  755.     {
  756.         public void actionPerformed(java.awt.event.ActionEvent event)
  757.         {
  758.             Object object = event.getSource();
  759.             if (object == timer1)
  760.                 timer1_TimerEvent(event);
  761.             else if (object == button3)
  762.                 button3_Action(event);
  763.             else if (object == button4)
  764.                 button4_Action(event);
  765.             else if (object == imageButton1)
  766.                 imageButton1_actionPerformed(event);
  767.             else if (object == imageButton2)
  768.                 imageButton2_actionPerformed(event);
  769.             else if (object == imageButton3)
  770.                 imageButton3_actionPerformed(event);
  771.             else if (object == directionButton1)
  772.                 directionButton1_actionPerformed(event);
  773.             else if (object == imageHTMLLink1)
  774.                 imageHTMLLink1_actionPerformed(event);
  775.             else if (object == imageButton4)
  776.                 imageButton4_actionPerformed(event);
  777.             else if (object == horizontalSlider1)
  778.                 horizontalSlider1_actionPerformed(event);
  779.             else if (object == button5)
  780.                 button5_Action(event);
  781.             else if (object == button6)
  782.                 button6_Action(event);
  783.             else if (object == button8)
  784.                 button8_Action(event);
  785.             else if (object == button9)
  786.                 button9_Action(event);
  787.             else if (object == button7)
  788.                 button7_Action(event);
  789.         }
  790.     }
  791.  
  792.     void timer1_TimerEvent(java.awt.event.ActionEvent event)
  793.     {
  794.         // to do: code goes here.
  795.              
  796.         //{{CONNECTION
  797.         // Increment the progress bar value...
  798.         {
  799.             try {
  800.                 progressBar1.setValue(progressBar1.getValue() + 1);
  801.             }
  802.             catch(java.beans.PropertyVetoException e) { }
  803.         }
  804.         //}}
  805.     }
  806.  
  807.     void button3_Action(java.awt.event.ActionEvent event)
  808.     {
  809.         // to do: code goes here.
  810.              
  811.         //{{CONNECTION
  812.         // Go to the SlideShow's next image
  813.         slideShow1.nextImage();
  814.         //}}
  815.     }
  816.  
  817.     void button4_Action(java.awt.event.ActionEvent event)
  818.     {
  819.         // to do: code goes here.
  820.              
  821.         //{{CONNECTION
  822.         // Go to the SlideShow's previous image
  823.         slideShow1.previousImage();
  824.         //}}
  825.     }
  826.  
  827.     void imageButton1_actionPerformed(java.awt.event.ActionEvent event)
  828.     {
  829.         // to do: code goes here.
  830.              
  831.         //{{CONNECTION
  832.         // Set the relative image to be displayed on the panel...
  833.         {
  834.             try {
  835.                 imagePanel1.setImageURL(symantec.itools.net.RelativeURL.getURL("images/lightbulb.gif"));
  836.             }
  837.             catch(java.net.MalformedURLException e) { }
  838.             catch(java.beans.PropertyVetoException e) { }
  839.         }
  840.         //}}
  841.     }
  842.  
  843.     void imageButton2_actionPerformed(java.awt.event.ActionEvent event)
  844.     {
  845.         // to do: code goes here.
  846.              
  847.         //{{CONNECTION
  848.         // Set the relative image to be displayed on the panel...
  849.         {
  850.             try {
  851.                 imagePanel1.setImageURL(symantec.itools.net.RelativeURL.getURL("images/penny.gif"));
  852.             }
  853.             catch(java.net.MalformedURLException e) { }
  854.             catch(java.beans.PropertyVetoException e) { }
  855.         }
  856.         //}}
  857.     }
  858.  
  859.     void imageButton3_actionPerformed(java.awt.event.ActionEvent event)
  860.     {
  861.         // to do: code goes here.
  862.              
  863.         //{{CONNECTION
  864.         // Set the relative image to be displayed on the panel...
  865.         {
  866.             try {
  867.                 imagePanel1.setImageURL(symantec.itools.net.RelativeURL.getURL("images/sphere.gif"));
  868.             }
  869.             catch(java.net.MalformedURLException e) { }
  870.             catch(java.beans.PropertyVetoException e) { }
  871.         }
  872.         //}}
  873.     }
  874.  
  875.     void directionButton1_actionPerformed(java.awt.event.ActionEvent event)
  876.     {
  877.         // to do: code goes here.
  878.              
  879.         //{{CONNECTION
  880.         // Set the relative image to be displayed on the button...
  881.         {
  882.             try {
  883.                 imageHTMLLink1.setImageURL(symantec.itools.net.RelativeURL.getURL("images/lightbulb.gif"));
  884.             }
  885.             catch(java.net.MalformedURLException e) { }
  886.             catch(java.beans.PropertyVetoException e) { }
  887.         }
  888.         //}}
  889.              
  890.         //{{CONNECTION
  891.         // Set the relative image to be displayed on the button...
  892.         {
  893.             try {
  894.                 imageButton4.setImageURL(symantec.itools.net.RelativeURL.getURL("images/gear.gif"));
  895.             }
  896.             catch(java.net.MalformedURLException e) { }
  897.             catch(java.beans.PropertyVetoException e) { }
  898.         }
  899.         //}}
  900.     }
  901.  
  902.     void imageHTMLLink1_actionPerformed(java.awt.event.ActionEvent event)
  903.     {
  904.         // to do: code goes here.
  905.              
  906.         //{{CONNECTION
  907.         // Set the button arrow direction... Point the button arrow DOWN
  908.         {
  909.             try {
  910.                 directionButton1.setDirection(directionButton1.DOWN);
  911.             }
  912.             catch(java.beans.PropertyVetoException e) { }
  913.         }
  914.         //}}
  915.     }
  916.  
  917.     void imageButton4_actionPerformed(java.awt.event.ActionEvent event)
  918.     {
  919.         // to do: code goes here.
  920.              
  921.         //{{CONNECTION
  922.         // Set the button arrow direction... Point the button arrow UP
  923.         {
  924.             try {
  925.                 directionButton1.setDirection(directionButton1.UP);
  926.             }
  927.             catch(java.beans.PropertyVetoException e) { }
  928.         }
  929.         //}}
  930.     }
  931.  
  932.     void horizontalSlider1_actionPerformed(java.awt.event.ActionEvent event)
  933.     {
  934.         // to do: code goes here.
  935.              
  936.         //{{CONNECTION
  937.         // Set the delay amount... Get the current value of the HorizontalSlider
  938.         {
  939.             try {
  940.                 statusScroller1.setDelay(horizontalSlider1.getValue());
  941.             }
  942.             catch(java.beans.PropertyVetoException e) { }
  943.         }
  944.         //}}
  945.     }
  946.  
  947.     class SymMouse extends java.awt.event.MouseAdapter
  948.     {
  949.         public void mouseExited(java.awt.event.MouseEvent event)
  950.         {
  951.             Object object = event.getSource();
  952.             if (object == canvas1)
  953.                 canvas1_MouseExit(event);
  954.             else if (object == radioButton3)
  955.                 radioButton3_MouseExit(event);
  956.             else if (object == button2)
  957.                 button2_MouseExit(event);
  958.             else if (object == checkbox1)
  959.                 checkbox1_MouseExit(event);
  960.             else if (object == choice1)
  961.                 choice1_MouseExit(event);
  962.             else if (object == textArea1)
  963.                 textArea1_MouseExit(event);
  964.             else if (object == list1)
  965.                 list1_MouseExit(event);
  966.             else if (object == calendar1)
  967.                 calendar1_mouseExited(event);
  968.             else if (object == treeView1)
  969.                 treeView1_mouseExited(event);
  970.             else if (object == progressBar1)
  971.                 progressBar1_mouseExited(event);
  972.             else if (object == slideShow1)
  973.                 slideShow1_MouseExit(event);
  974.             else if (object == imageViewer1)
  975.                 imageViewer1_mouseExited(event);
  976.             else if (object == animator1)
  977.                 animator1_mouseExited(event);
  978.             else if (object == button3)
  979.                 button3_MouseExit(event);
  980.             else if (object == scrollingText1)
  981.                 scrollingText1_mouseExited(event);
  982.             else if (object == button5)
  983.                 button5_MouseExit(event);
  984.             else if (object == button6)
  985.                 button6_MouseExit(event);
  986.             else if (object == button7)
  987.                 button7_MouseExit(event);
  988.             else if (object == button8)
  989.                 button8_MouseExit(event);
  990.             else if (object == button9)
  991.                 button9_MouseExit(event);
  992.             else if (object == imageListBox1)
  993.                 imageListBox1_mouseExited(event);
  994.             else if (object == labelButton1)
  995.                 labelButton1_mouseExited(event);
  996.             else if (object == labelHTMLLink1)
  997.                 labelHTMLLink1_mouseExited(event);
  998.             else if (object == label3D1)
  999.                 label3D1_mouseExited(event);
  1000.             else if (object == wrappingLabel1)
  1001.                 wrappingLabel1_mouseExited(event);
  1002.             else if (object == multiList1)
  1003.                 multiList1_mouseExited(event);
  1004.             else if (object == directionButton1)
  1005.                 directionButton1_mouseExited(event);
  1006.             else if (object == imageHTMLLink1)
  1007.                 imageHTMLLink1_mouseExited(event);
  1008.             else if (object == imageButton4)
  1009.                 imageButton4_mouseExited(event);
  1010.             else if (object == rollOverButton1)
  1011.                 rollOverButton1_mouseExited(event);
  1012.             else if (object == horizontalSlider1)
  1013.                 horizontalSlider1_mouseExited(event);
  1014.             else if (object == label9)
  1015.                 label9_MouseExit(event);
  1016.             else if (object == stateCheckBox1)
  1017.                 stateCheckBox1_mouseExited(event);
  1018.             else if (object == formattedTextField1)
  1019.                 formattedTextField1_mouseExited(event);
  1020.             else if (object == keyPressManagerPanel1)
  1021.                 keyPressManagerPanel1_mouseExited(event);
  1022.             else if (object == borderPanel1)
  1023.                 borderPanel1_mouseExited(event);
  1024.             else if (object == imagePanel1)
  1025.                 imagePanel1_mouseExited(event);
  1026.             else if (object == radioButtonGroupPanel1)
  1027.                 radioButtonGroupPanel1_mouseExited(event);
  1028.             else if (object == toolBarPanel1)
  1029.                 toolBarPanel1_mouseExited(event);
  1030.             else if (object == textField1)
  1031.                 textField1_MouseExit(event);
  1032.         }
  1033.  
  1034.         public void mouseEntered(java.awt.event.MouseEvent event)
  1035.         {
  1036.             Object object = event.getSource();
  1037.             if (object == canvas1)
  1038.                 canvas1_MouseEnter(event);
  1039.             else if (object == radioButton3)
  1040.                 radioButton3_MouseEnter(event);
  1041.             else if (object == button2)
  1042.                 button2_MouseEnter(event);
  1043.             else if (object == checkbox1)
  1044.                 checkbox1_MouseEnter(event);
  1045.             else if (object == choice1)
  1046.                 choice1_MouseEnter(event);
  1047.             else if (object == textArea1)
  1048.                 textArea1_MouseEnter(event);
  1049.             else if (object == list1)
  1050.                 list1_MouseEnter(event);
  1051.             else if (object == calendar1)
  1052.                 calendar1_mouseEntered(event);
  1053.             else if (object == treeView1)
  1054.                 treeView1_mouseEntered(event);
  1055.             else if (object == progressBar1)
  1056.                 progressBar1_mouseEntered(event);
  1057.             else if (object == slideShow1)
  1058.                 slideShow1_MouseEnter(event);
  1059.             else if (object == imageViewer1)
  1060.                 imageViewer1_mouseEntered(event);
  1061.             else if (object == animator1)
  1062.                 animator1_mouseEntered(event);
  1063.             else if (object == button3)
  1064.                 button3_MouseEnter(event);
  1065.             else if (object == button4)
  1066.                 button4_MouseEnter(event);
  1067.             else if (object == scrollingText1)
  1068.                 scrollingText1_mouseEntered(event);
  1069.             else if (object == button5)
  1070.                 button5_MouseEnter(event);
  1071.             else if (object == button6)
  1072.                 button6_MouseEnter(event);
  1073.             else if (object == button7)
  1074.                 button7_MouseEnter(event);
  1075.             else if (object == button8)
  1076.                 button8_MouseEnter(event);
  1077.             else if (object == button9)
  1078.                 button9_MouseEnter(event);
  1079.             else if (object == imageListBox1)
  1080.                 imageListBox1_mouseEntered(event);
  1081.             else if (object == labelButton1)
  1082.                 labelButton1_mouseEntered(event);
  1083.             else if (object == labelHTMLLink1)
  1084.                 labelHTMLLink1_mouseEntered(event);
  1085.             else if (object == label3D1)
  1086.                 label3D1_mouseEntered(event);
  1087.             else if (object == wrappingLabel1)
  1088.                 wrappingLabel1_mouseEntered(event);
  1089.             else if (object == multiList1)
  1090.                 multiList1_mouseEntered(event);
  1091.             else if (object == directionButton1)
  1092.                 directionButton1_mouseEntered(event);
  1093.             else if (object == imageHTMLLink1)
  1094.                 imageHTMLLink1_mouseEntered(event);
  1095.             else if (object == imageButton4)
  1096.                 imageButton4_mouseEntered(event);
  1097.             else if (object == rollOverButton1)
  1098.                 rollOverButton1_mouseEntered(event);
  1099.             else if (object == horizontalSlider1)
  1100.                 horizontalSlider1_mouseEntered(event);
  1101.             else if (object == label9)
  1102.                 label9_MouseEnter(event);
  1103.             else if (object == stateCheckBox1)
  1104.                 stateCheckBox1_mouseEntered(event);
  1105.             else if (object == formattedTextField1)
  1106.                 formattedTextField1_mouseEntered(event);
  1107.             else if (object == keyPressManagerPanel1)
  1108.                 keyPressManagerPanel1_mouseEntered(event);
  1109.             else if (object == borderPanel1)
  1110.                 borderPanel1_mouseEntered(event);
  1111.             else if (object == imagePanel1)
  1112.                 imagePanel1_mouseEntered(event);
  1113.             else if (object == radioButtonGroupPanel1)
  1114.                 radioButtonGroupPanel1_mouseEntered(event);
  1115.             else if (object == toolBarPanel1)
  1116.                 toolBarPanel1_mouseEntered(event);
  1117.             else if (object == textField1)
  1118.                 textField1_MouseEnter(event);
  1119.         }
  1120.     }
  1121.  
  1122.     void canvas1_MouseEnter(java.awt.event.MouseEvent event)
  1123.     {
  1124.         // to do: code goes here.
  1125.              
  1126.         //{{CONNECTION
  1127.         // Set the status text...
  1128.         {
  1129.             try {
  1130.                 statusBar1.setStatusText("AWT Canvas");
  1131.             }
  1132.             catch(java.beans.PropertyVetoException e) { }
  1133.         }
  1134.         //}}
  1135.     }
  1136.  
  1137.     void canvas1_MouseExit(java.awt.event.MouseEvent event)
  1138.     {
  1139.         // to do: code goes here.
  1140.              
  1141.         //{{CONNECTION
  1142.         // Set the status text...
  1143.         {
  1144.             try {
  1145.                 statusBar1.setStatusText(" ");
  1146.             }
  1147.             catch(java.beans.PropertyVetoException e) { }
  1148.         }
  1149.         //}}
  1150.     }
  1151.  
  1152.     void radioButton3_MouseEnter(java.awt.event.MouseEvent event)
  1153.     {
  1154.         // to do: code goes here.
  1155.              
  1156.         //{{CONNECTION
  1157.         // Set the status text...
  1158.         {
  1159.             try {
  1160.                 statusBar1.setStatusText("AWT RadioButton");
  1161.             }
  1162.             catch(java.beans.PropertyVetoException e) { }
  1163.         }
  1164.         //}}
  1165.     }
  1166.  
  1167.     void radioButton3_MouseExit(java.awt.event.MouseEvent event)
  1168.     {
  1169.         // to do: code goes here.
  1170.              
  1171.         //{{CONNECTION
  1172.         // Set the status text...
  1173.         {
  1174.             try {
  1175.                 statusBar1.setStatusText(" ");
  1176.             }
  1177.             catch(java.beans.PropertyVetoException e) { }
  1178.         }
  1179.         //}}
  1180.     }
  1181.  
  1182.     void button2_MouseEnter(java.awt.event.MouseEvent event)
  1183.     {
  1184.         // to do: code goes here.
  1185.              
  1186.         //{{CONNECTION
  1187.         // Set the status text...
  1188.         {
  1189.             try {
  1190.                 statusBar1.setStatusText("AWT Button");
  1191.             }
  1192.             catch(java.beans.PropertyVetoException e) { }
  1193.         }
  1194.         //}}
  1195.     }
  1196.  
  1197.     void button2_MouseExit(java.awt.event.MouseEvent event)
  1198.     {
  1199.         // to do: code goes here.
  1200.              
  1201.         //{{CONNECTION
  1202.         // Set the status text...
  1203.         {
  1204.             try {
  1205.                 statusBar1.setStatusText(" ");
  1206.             }
  1207.             catch(java.beans.PropertyVetoException e) { }
  1208.         }
  1209.         //}}
  1210.     }
  1211.  
  1212.     void checkbox1_MouseEnter(java.awt.event.MouseEvent event)
  1213.     {
  1214.         // to do: code goes here.
  1215.              
  1216.         //{{CONNECTION
  1217.         // Set the status text...
  1218.         {
  1219.             try {
  1220.                 statusBar1.setStatusText("AWT CheckBox");
  1221.             }
  1222.             catch(java.beans.PropertyVetoException e) { }
  1223.         }
  1224.         //}}
  1225.     }
  1226.  
  1227.     void checkbox1_MouseExit(java.awt.event.MouseEvent event)
  1228.     {
  1229.         // to do: code goes here.
  1230.              
  1231.         //{{CONNECTION
  1232.         // Set the status text...
  1233.         {
  1234.             try {
  1235.                 statusBar1.setStatusText(" ");
  1236.             }
  1237.             catch(java.beans.PropertyVetoException e) { }
  1238.         }
  1239.         //}}
  1240.     }
  1241.  
  1242.     void choice1_MouseEnter(java.awt.event.MouseEvent event)
  1243.     {
  1244.         // to do: code goes here.
  1245.              
  1246.         //{{CONNECTION
  1247.         // Set the status text...
  1248.         {
  1249.             try {
  1250.                 statusBar1.setStatusText("AWT Choice");
  1251.             }
  1252.             catch(java.beans.PropertyVetoException e) { }
  1253.         }
  1254.         //}}
  1255.     }
  1256.  
  1257.     void choice1_MouseExit(java.awt.event.MouseEvent event)
  1258.     {
  1259.         // to do: code goes here.
  1260.              
  1261.         //{{CONNECTION
  1262.         // Set the status text...
  1263.         {
  1264.             try {
  1265.                 statusBar1.setStatusText(" ");
  1266.             }
  1267.             catch(java.beans.PropertyVetoException e) { }
  1268.         }
  1269.         //}}
  1270.     }
  1271.  
  1272.     void textArea1_MouseEnter(java.awt.event.MouseEvent event)
  1273.     {
  1274.         // to do: code goes here.
  1275.              
  1276.         //{{CONNECTION
  1277.         // Set the status text...
  1278.         {
  1279.             try {
  1280.                 statusBar1.setStatusText("AWT TextArea");
  1281.             }
  1282.             catch(java.beans.PropertyVetoException e) { }
  1283.         }
  1284.         //}}
  1285.     }
  1286.  
  1287.     void textArea1_MouseExit(java.awt.event.MouseEvent event)
  1288.     {
  1289.         // to do: code goes here.
  1290.              
  1291.         //{{CONNECTION
  1292.         // Set the status text...
  1293.         {
  1294.             try {
  1295.                 statusBar1.setStatusText(" ");
  1296.             }
  1297.             catch(java.beans.PropertyVetoException e) { }
  1298.         }
  1299.         //}}
  1300.     }
  1301.  
  1302.     void list1_MouseEnter(java.awt.event.MouseEvent event)
  1303.     {
  1304.         // to do: code goes here.
  1305.              
  1306.         //{{CONNECTION
  1307.         // Set the status text...
  1308.         {
  1309.             try {
  1310.                 statusBar1.setStatusText("AWT List");
  1311.             }
  1312.             catch(java.beans.PropertyVetoException e) { }
  1313.         }
  1314.         //}}
  1315.     }
  1316.  
  1317.     void list1_MouseExit(java.awt.event.MouseEvent event)
  1318.     {
  1319.         // to do: code goes here.
  1320.              
  1321.         //{{CONNECTION
  1322.         // Set the status text...
  1323.         {
  1324.             try {
  1325.                 statusBar1.setStatusText(" ");
  1326.             }
  1327.             catch(java.beans.PropertyVetoException e) { }
  1328.         }
  1329.         //}}
  1330.     }
  1331.  
  1332.     void calendar1_mouseEntered(java.awt.event.MouseEvent event)
  1333.     {
  1334.         // to do: code goes here.
  1335.              
  1336.         //{{CONNECTION
  1337.         // Set the status text...
  1338.         {
  1339.             try {
  1340.                 statusBar1.setStatusText("Symantec Calendar");
  1341.             }
  1342.             catch(java.beans.PropertyVetoException e) { }
  1343.         }
  1344.         //}}
  1345.     }
  1346.  
  1347.     void calendar1_mouseExited(java.awt.event.MouseEvent event)
  1348.     {
  1349.         // to do: code goes here.
  1350.              
  1351.         //{{CONNECTION
  1352.         // Set the status text...
  1353.         {
  1354.             try {
  1355.                 statusBar1.setStatusText(" ");
  1356.             }
  1357.             catch(java.beans.PropertyVetoException e) { }
  1358.         }
  1359.         //}}
  1360.     }
  1361.  
  1362.     void treeView1_mouseEntered(java.awt.event.MouseEvent event)
  1363.     {
  1364.         // to do: code goes here.
  1365.              
  1366.         //{{CONNECTION
  1367.         // Set the status text...
  1368.         {
  1369.             try {
  1370.                 statusBar1.setStatusText("Symantec Treeview");
  1371.             }
  1372.             catch(java.beans.PropertyVetoException e) { }
  1373.         }
  1374.         //}}
  1375.     }
  1376.  
  1377.     void treeView1_mouseExited(java.awt.event.MouseEvent event)
  1378.     {
  1379.         // to do: code goes here.
  1380.              
  1381.         //{{CONNECTION
  1382.         // Set the status text...
  1383.         {
  1384.             try {
  1385.                 statusBar1.setStatusText(" ");
  1386.             }
  1387.             catch(java.beans.PropertyVetoException e) { }
  1388.         }
  1389.         //}}
  1390.     }
  1391.  
  1392.     void progressBar1_mouseEntered(java.awt.event.MouseEvent event)
  1393.     {
  1394.         // to do: code goes here.
  1395.              
  1396.         //{{CONNECTION
  1397.         // Set the status text...
  1398.         {
  1399.             try {
  1400.                 statusBar1.setStatusText("Symantec ProgressBar");
  1401.             }
  1402.             catch(java.beans.PropertyVetoException e) { }
  1403.         }
  1404.         //}}
  1405.     }
  1406.  
  1407.     void progressBar1_mouseExited(java.awt.event.MouseEvent event)
  1408.     {
  1409.         // to do: code goes here.
  1410.              
  1411.         //{{CONNECTION
  1412.         // Set the status text...
  1413.         {
  1414.             try {
  1415.                 statusBar1.setStatusText(" ");
  1416.             }
  1417.             catch(java.beans.PropertyVetoException e) { }
  1418.         }
  1419.         //}}
  1420.     }
  1421.  
  1422.     void slideShow1_MouseEnter(java.awt.event.MouseEvent event)
  1423.     {
  1424.         // to do: code goes here.
  1425.              
  1426.         //{{CONNECTION
  1427.         // Set the status text...
  1428.         {
  1429.             try {
  1430.                 statusBar1.setStatusText("Symantec Slideshow");
  1431.             }
  1432.             catch(java.beans.PropertyVetoException e) { }
  1433.         }
  1434.         //}}
  1435.     }
  1436.  
  1437.     void slideShow1_MouseExit(java.awt.event.MouseEvent event)
  1438.     {
  1439.         // to do: code goes here.
  1440.              
  1441.         //{{CONNECTION
  1442.         // Set the status text...
  1443.         {
  1444.             try {
  1445.                 statusBar1.setStatusText(" ");
  1446.             }
  1447.             catch(java.beans.PropertyVetoException e) { }
  1448.         }
  1449.         //}}
  1450.     }
  1451.  
  1452.     void imageViewer1_mouseEntered(java.awt.event.MouseEvent event)
  1453.     {
  1454.         // to do: code goes here.
  1455.              
  1456.         //{{CONNECTION
  1457.         // Set the status text...
  1458.         {
  1459.             try {
  1460.                 statusBar1.setStatusText("Symantec Image Viewer");
  1461.             }
  1462.             catch(java.beans.PropertyVetoException e) { }
  1463.         }
  1464.         //}}
  1465.     }
  1466.  
  1467.     void imageViewer1_mouseExited(java.awt.event.MouseEvent event)
  1468.     {
  1469.         // to do: code goes here.
  1470.              
  1471.         //{{CONNECTION
  1472.         // Set the status text...
  1473.         {
  1474.             try {
  1475.                 statusBar1.setStatusText(" ");
  1476.             }
  1477.             catch(java.beans.PropertyVetoException e) { }
  1478.         }
  1479.         //}}
  1480.     }
  1481.  
  1482.     void animator1_mouseEntered(java.awt.event.MouseEvent event)
  1483.     {
  1484.         // to do: code goes here.
  1485.              
  1486.         //{{CONNECTION
  1487.         // Set the status text...
  1488.         {
  1489.             try {
  1490.                 statusBar1.setStatusText("Symantec Animator");
  1491.             }
  1492.             catch(java.beans.PropertyVetoException e) { }
  1493.         }
  1494.         //}}
  1495.     }
  1496.  
  1497.     void animator1_mouseExited(java.awt.event.MouseEvent event)
  1498.     {
  1499.         // to do: code goes here.
  1500.              
  1501.         //{{CONNECTION
  1502.         // Set the status text...
  1503.         {
  1504.             try {
  1505.                 statusBar1.setStatusText(" ");
  1506.             }
  1507.             catch(java.beans.PropertyVetoException e) { }
  1508.         }
  1509.         //}}
  1510.     }
  1511.  
  1512.     void button3_MouseEnter(java.awt.event.MouseEvent event)
  1513.     {
  1514.         // to do: code goes here.
  1515.              
  1516.         //{{CONNECTION
  1517.         // Set the status text...
  1518.         {
  1519.             try {
  1520.                 statusBar1.setStatusText("Show the Slideshow's next Image");
  1521.             }
  1522.             catch(java.beans.PropertyVetoException e) { }
  1523.         }
  1524.         //}}
  1525.     }
  1526.  
  1527.     void button3_MouseExit(java.awt.event.MouseEvent event)
  1528.     {
  1529.         // to do: code goes here.
  1530.              
  1531.         //{{CONNECTION
  1532.         // Set the status text...
  1533.         {
  1534.             try {
  1535.                 statusBar1.setStatusText(" ");
  1536.             }
  1537.             catch(java.beans.PropertyVetoException e) { }
  1538.         }
  1539.         //}}
  1540.     }
  1541.  
  1542.     void button4_MouseEnter(java.awt.event.MouseEvent event)
  1543.     {
  1544.         // to do: code goes here.
  1545.              
  1546.         //{{CONNECTION
  1547.         // Set the status text...
  1548.         {
  1549.             try {
  1550.                 statusBar1.setStatusText("Show the Slideshow's previous Image");
  1551.             }
  1552.             catch(java.beans.PropertyVetoException e) { }
  1553.         }
  1554.         //}}
  1555.     }
  1556.  
  1557.     void scrollingText1_mouseEntered(java.awt.event.MouseEvent event)
  1558.     {
  1559.         // to do: code goes here.
  1560.              
  1561.         //{{CONNECTION
  1562.         // Set the status text color...
  1563.         {
  1564.             try {
  1565.                 statusBar1.setStatusText("Symantec Scrolling Text");
  1566.             }
  1567.             catch(java.beans.PropertyVetoException e) { }
  1568.         }
  1569.         //}}
  1570.     }
  1571.  
  1572.     void scrollingText1_mouseExited(java.awt.event.MouseEvent event)
  1573.     {
  1574.         // to do: code goes here.
  1575.              
  1576.         //{{CONNECTION
  1577.         // Set the status text...
  1578.         {
  1579.             try {
  1580.                 statusBar1.setStatusText(" ");
  1581.             }
  1582.             catch(java.beans.PropertyVetoException e) { }
  1583.         }
  1584.         //}}
  1585.     }
  1586.  
  1587.     void button5_MouseEnter(java.awt.event.MouseEvent event)
  1588.     {
  1589.         // to do: code goes here.
  1590.              
  1591.         //{{CONNECTION
  1592.         // Set the status text...
  1593.         {
  1594.             try {
  1595.                 statusBar1.setStatusText("Symantec Fireworks");
  1596.             }
  1597.             catch(java.beans.PropertyVetoException e) { }
  1598.         }
  1599.         //}}
  1600.     }
  1601.  
  1602.     void button5_MouseExit(java.awt.event.MouseEvent event)
  1603.     {
  1604.         // to do: code goes here.
  1605.              
  1606.         //{{CONNECTION
  1607.         // Set the status text...
  1608.         {
  1609.             try {
  1610.                 statusBar1.setStatusText(" ");
  1611.             }
  1612.             catch(java.beans.PropertyVetoException e) { }
  1613.         }
  1614.         //}}
  1615.     }
  1616.  
  1617.     void button6_MouseEnter(java.awt.event.MouseEvent event)
  1618.     {
  1619.         // to do: code goes here.
  1620.              
  1621.         //{{CONNECTION
  1622.         // Set the status text...
  1623.         {
  1624.             try {
  1625.                 statusBar1.setStatusText("Symantec Plasma");
  1626.             }
  1627.             catch(java.beans.PropertyVetoException e) { }
  1628.         }
  1629.         //}}
  1630.     }
  1631.  
  1632.     void button6_MouseExit(java.awt.event.MouseEvent event)
  1633.     {
  1634.         // to do: code goes here.
  1635.              
  1636.         //{{CONNECTION
  1637.         // Set the status text...
  1638.         {
  1639.             try {
  1640.                 statusBar1.setStatusText(" ");
  1641.             }
  1642.             catch(java.beans.PropertyVetoException e) { }
  1643.         }
  1644.         //}}
  1645.     }
  1646.  
  1647.     void button7_MouseEnter(java.awt.event.MouseEvent event)
  1648.     {
  1649.         // to do: code goes here.
  1650.              
  1651.         //{{CONNECTION
  1652.         // Set the status text...
  1653.         {
  1654.             try {
  1655.                 statusBar1.setStatusText("Symantec Sound Player");
  1656.             }
  1657.             catch(java.beans.PropertyVetoException e) { }
  1658.         }
  1659.         //}}
  1660.     }
  1661.  
  1662.     void button7_MouseExit(java.awt.event.MouseEvent event)
  1663.     {
  1664.         // to do: code goes here.
  1665.              
  1666.         //{{CONNECTION
  1667.         // Set the status text...
  1668.         {
  1669.             try {
  1670.                 statusBar1.setStatusText(" ");
  1671.             }
  1672.             catch(java.beans.PropertyVetoException e) { }
  1673.         }
  1674.         //}}
  1675.     }
  1676.  
  1677.     void button8_MouseEnter(java.awt.event.MouseEvent event)
  1678.     {
  1679.         // to do: code goes here.
  1680.              
  1681.         //{{CONNECTION
  1682.         // Set the status text...
  1683.         {
  1684.             try {
  1685.                 statusBar1.setStatusText("Geo Emblaze");
  1686.             }
  1687.             catch(java.beans.PropertyVetoException e) { }
  1688.         }
  1689.         //}}
  1690.     }
  1691.  
  1692.     void button8_MouseExit(java.awt.event.MouseEvent event)
  1693.     {
  1694.         // to do: code goes here.
  1695.              
  1696.         //{{CONNECTION
  1697.         // Set the status text...
  1698.         {
  1699.             try {
  1700.                 statusBar1.setStatusText(" ");
  1701.             }
  1702.             catch(java.beans.PropertyVetoException e) { }
  1703.         }
  1704.         //}}
  1705.     }
  1706.  
  1707.     void button9_MouseEnter(java.awt.event.MouseEvent event)
  1708.     {
  1709.         // to do: code goes here.
  1710.              
  1711.         //{{CONNECTION
  1712.         // Set the status text...
  1713.         {
  1714.             try {
  1715.                 statusBar1.setStatusText("Symantec Nervous Text");
  1716.             }
  1717.             catch(java.beans.PropertyVetoException e) { }
  1718.         }
  1719.         //}}
  1720.     }
  1721.  
  1722.     void button9_MouseExit(java.awt.event.MouseEvent event)
  1723.     {
  1724.         // to do: code goes here.
  1725.              
  1726.         //{{CONNECTION
  1727.         // Set the status text...
  1728.         {
  1729.             try {
  1730.                 statusBar1.setStatusText(" ");
  1731.             }
  1732.             catch(java.beans.PropertyVetoException e) { }
  1733.         }
  1734.         //}}
  1735.     }
  1736.  
  1737.     void imageListBox1_mouseEntered(java.awt.event.MouseEvent event)
  1738.     {
  1739.         // to do: code goes here.
  1740.              
  1741.         //{{CONNECTION
  1742.         // Set the status text...
  1743.         {
  1744.             try {
  1745.                 statusBar1.setStatusText("Symantec Image List Box");
  1746.             }
  1747.             catch(java.beans.PropertyVetoException e) { }
  1748.         }
  1749.         //}}
  1750.     }
  1751.  
  1752.     void imageListBox1_mouseExited(java.awt.event.MouseEvent event)
  1753.     {
  1754.         // to do: code goes here.
  1755.              
  1756.         //{{CONNECTION
  1757.         // Set the status text...
  1758.         {
  1759.             try {
  1760.                 statusBar1.setStatusText(" ");
  1761.             }
  1762.             catch(java.beans.PropertyVetoException e) { }
  1763.         }
  1764.         //}}
  1765.     }
  1766.  
  1767.     void labelButton1_mouseEntered(java.awt.event.MouseEvent event)
  1768.     {
  1769.         // to do: code goes here.
  1770.              
  1771.         //{{CONNECTION
  1772.         // Set the status text...
  1773.         {
  1774.             try {
  1775.                 statusBar1.setStatusText("Symantec Label Button");
  1776.             }
  1777.             catch(java.beans.PropertyVetoException e) { }
  1778.         }
  1779.         //}}
  1780.     }
  1781.  
  1782.     void labelButton1_mouseExited(java.awt.event.MouseEvent event)
  1783.     {
  1784.         // to do: code goes here.
  1785.              
  1786.         //{{CONNECTION
  1787.         // Set the status text...
  1788.         {
  1789.             try {
  1790.                 statusBar1.setStatusText(" ");
  1791.             }
  1792.             catch(java.beans.PropertyVetoException e) { }
  1793.         }
  1794.         //}}
  1795.     }
  1796.  
  1797.     void labelHTMLLink1_mouseEntered(java.awt.event.MouseEvent event)
  1798.     {
  1799.         // to do: code goes here.
  1800.              
  1801.         //{{CONNECTION
  1802.         // Set the status text...
  1803.         {
  1804.             try {
  1805.                 statusBar1.setStatusText("Symantec Label HTML Link");
  1806.             }
  1807.             catch(java.beans.PropertyVetoException e) { }
  1808.         }
  1809.         //}}
  1810.     }
  1811.  
  1812.     void labelHTMLLink1_mouseExited(java.awt.event.MouseEvent event)
  1813.     {
  1814.         // to do: code goes here.
  1815.              
  1816.         //{{CONNECTION
  1817.         // Set the status text...
  1818.         {
  1819.             try {
  1820.                 statusBar1.setStatusText(" ");
  1821.             }
  1822.             catch(java.beans.PropertyVetoException e) { }
  1823.         }
  1824.         //}}
  1825.     }
  1826.  
  1827.     void label3D1_mouseEntered(java.awt.event.MouseEvent event)
  1828.     {
  1829.         // to do: code goes here.
  1830.              
  1831.         //{{CONNECTION
  1832.         // Set the status text...
  1833.         {
  1834.             try {
  1835.                 statusBar1.setStatusText("Symantec Label3D");
  1836.             }
  1837.             catch(java.beans.PropertyVetoException e) { }
  1838.         }
  1839.         //}}
  1840.     }
  1841.  
  1842.     void label3D1_mouseExited(java.awt.event.MouseEvent event)
  1843.     {
  1844.         // to do: code goes here.
  1845.              
  1846.         //{{CONNECTION
  1847.         // Set the status text...
  1848.         {
  1849.             try {
  1850.                 statusBar1.setStatusText(" ");
  1851.             }
  1852.             catch(java.beans.PropertyVetoException e) { }
  1853.         }
  1854.         //}}
  1855.     }
  1856.  
  1857.     void wrappingLabel1_mouseEntered(java.awt.event.MouseEvent event)
  1858.     {
  1859.         // to do: code goes here.
  1860.              
  1861.         //{{CONNECTION
  1862.         // Set the status text...
  1863.         {
  1864.             try {
  1865.                 statusBar1.setStatusText("Symantec Wrapping Label");
  1866.             }
  1867.             catch(java.beans.PropertyVetoException e) { }
  1868.         }
  1869.         //}}
  1870.     }
  1871.  
  1872.     void wrappingLabel1_mouseExited(java.awt.event.MouseEvent event)
  1873.     {
  1874.         // to do: code goes here.
  1875.              
  1876.         //{{CONNECTION
  1877.         // Set the status text...
  1878.         {
  1879.             try {
  1880.                 statusBar1.setStatusText(" ");
  1881.             }
  1882.             catch(java.beans.PropertyVetoException e) { }
  1883.         }
  1884.         //}}
  1885.     }
  1886.  
  1887.     void multiList1_mouseEntered(java.awt.event.MouseEvent event)
  1888.     {
  1889.         // to do: code goes here.
  1890.              
  1891.         //{{CONNECTION
  1892.         // Set the status text...
  1893.         {
  1894.             try {
  1895.                 statusBar1.setStatusText("Symantec MultiList");
  1896.             }
  1897.             catch(java.beans.PropertyVetoException e) { }
  1898.         }
  1899.         //}}
  1900.     }
  1901.  
  1902.     void multiList1_mouseExited(java.awt.event.MouseEvent event)
  1903.     {
  1904.         // to do: code goes here.
  1905.              
  1906.         //{{CONNECTION
  1907.         // Set the status text...
  1908.         {
  1909.             try {
  1910.                 statusBar1.setStatusText(" ");
  1911.             }
  1912.             catch(java.beans.PropertyVetoException e) { }
  1913.         }
  1914.         //}}
  1915.     }
  1916.  
  1917.     void directionButton1_mouseEntered(java.awt.event.MouseEvent event)
  1918.     {
  1919.         // to do: code goes here.
  1920.              
  1921.         //{{CONNECTION
  1922.         // Set the status text...
  1923.         {
  1924.             try {
  1925.                 statusBar1.setStatusText("Symantec Direction Button");
  1926.             }
  1927.             catch(java.beans.PropertyVetoException e) { }
  1928.         }
  1929.         //}}
  1930.     }
  1931.  
  1932.     void directionButton1_mouseExited(java.awt.event.MouseEvent event)
  1933.     {
  1934.         // to do: code goes here.
  1935.              
  1936.         //{{CONNECTION
  1937.         // Set the status text...
  1938.         {
  1939.             try {
  1940.                 statusBar1.setStatusText(" ");
  1941.             }
  1942.             catch(java.beans.PropertyVetoException e) { }
  1943.         }
  1944.         //}}
  1945.     }
  1946.  
  1947.     void imageHTMLLink1_mouseEntered(java.awt.event.MouseEvent event)
  1948.     {
  1949.         // to do: code goes here.
  1950.              
  1951.         //{{CONNECTION
  1952.         // Set the status text...
  1953.         {
  1954.             try {
  1955.                 statusBar1.setStatusText("Symantec Image HTML Link");
  1956.             }
  1957.             catch(java.beans.PropertyVetoException e) { }
  1958.         }
  1959.         //}}
  1960.     }
  1961.  
  1962.     void imageHTMLLink1_mouseExited(java.awt.event.MouseEvent event)
  1963.     {
  1964.         // to do: code goes here.
  1965.              
  1966.         //{{CONNECTION
  1967.         // Set the status text...
  1968.         {
  1969.             try {
  1970.                 statusBar1.setStatusText(" ");
  1971.             }
  1972.             catch(java.beans.PropertyVetoException e) { }
  1973.         }
  1974.         //}}
  1975.     }
  1976.  
  1977.     void imageButton4_mouseEntered(java.awt.event.MouseEvent event)
  1978.     {
  1979.         // to do: code goes here.
  1980.              
  1981.         //{{CONNECTION
  1982.         // Set the status text...
  1983.         {
  1984.             try {
  1985.                 statusBar1.setStatusText("Symantec Image Button");
  1986.             }
  1987.             catch(java.beans.PropertyVetoException e) { }
  1988.         }
  1989.         //}}
  1990.     }
  1991.  
  1992.     void imageButton4_mouseExited(java.awt.event.MouseEvent event)
  1993.     {
  1994.         // to do: code goes here.
  1995.              
  1996.         //{{CONNECTION
  1997.         // Set the status text...
  1998.         {
  1999.             try {
  2000.                 statusBar1.setStatusText(" ");
  2001.             }
  2002.             catch(java.beans.PropertyVetoException e) { }
  2003.         }
  2004.         //}}
  2005.     }
  2006.  
  2007.     void rollOverButton1_mouseEntered(java.awt.event.MouseEvent event)
  2008.     {
  2009.         // to do: code goes here.
  2010.              
  2011.         //{{CONNECTION
  2012.         // Set the status text...
  2013.         {
  2014.             try {
  2015.                 statusBar1.setStatusText("Symantec Rollover Button");
  2016.             }
  2017.             catch(java.beans.PropertyVetoException e) { }
  2018.         }
  2019.         //}}
  2020.     }
  2021.  
  2022.     void rollOverButton1_mouseExited(java.awt.event.MouseEvent event)
  2023.     {
  2024.         // to do: code goes here.
  2025.              
  2026.         //{{CONNECTION
  2027.         // Set the status text...
  2028.         {
  2029.             try {
  2030.                 statusBar1.setStatusText(" ");
  2031.             }
  2032.             catch(java.beans.PropertyVetoException e) { }
  2033.         }
  2034.         //}}
  2035.     }
  2036.  
  2037.     void horizontalSlider1_mouseEntered(java.awt.event.MouseEvent event)
  2038.     {
  2039.         // to do: code goes here.
  2040.              
  2041.         //{{CONNECTION
  2042.         // Set the status text...
  2043.         {
  2044.             try {
  2045.                 statusBar1.setStatusText("Use this slider to speed up or slow down the Status Bar Scrolling Text");
  2046.             }
  2047.             catch(java.beans.PropertyVetoException e) { }
  2048.         }
  2049.         //}}
  2050.     }
  2051.  
  2052.     void horizontalSlider1_mouseExited(java.awt.event.MouseEvent event)
  2053.     {
  2054.         // to do: code goes here.
  2055.              
  2056.         //{{CONNECTION
  2057.         // Set the status text...
  2058.         {
  2059.             try {
  2060.                 statusBar1.setStatusText(" ");
  2061.             }
  2062.             catch(java.beans.PropertyVetoException e) { }
  2063.         }
  2064.         //}}
  2065.     }
  2066.  
  2067.     void label9_MouseEnter(java.awt.event.MouseEvent event)
  2068.     {
  2069.         // to do: code goes here.
  2070.              
  2071.         //{{CONNECTION
  2072.         // Set the status text...
  2073.         {
  2074.             try {
  2075.                 statusBar1.setStatusText("Symantec State Check Box");
  2076.             }
  2077.             catch(java.beans.PropertyVetoException e) { }
  2078.         }
  2079.         //}}
  2080.     }
  2081.  
  2082.     void label9_MouseExit(java.awt.event.MouseEvent event)
  2083.     {
  2084.         // to do: code goes here.
  2085.              
  2086.         //{{CONNECTION
  2087.         // Set the status text...
  2088.         {
  2089.             try {
  2090.                 statusBar1.setStatusText(" ");
  2091.             }
  2092.             catch(java.beans.PropertyVetoException e) { }
  2093.         }
  2094.         //}}
  2095.     }
  2096.  
  2097.     void stateCheckBox1_mouseEntered(java.awt.event.MouseEvent event)
  2098.     {
  2099.         // to do: code goes here.
  2100.              
  2101.         //{{CONNECTION
  2102.         // Set the status text...
  2103.         {
  2104.             try {
  2105.                 statusBar1.setStatusText("Symantec State Check Box");
  2106.             }
  2107.             catch(java.beans.PropertyVetoException e) { }
  2108.         }
  2109.         //}}
  2110.     }
  2111.  
  2112.     void stateCheckBox1_mouseExited(java.awt.event.MouseEvent event)
  2113.     {
  2114.         // to do: code goes here.
  2115.              
  2116.         //{{CONNECTION
  2117.         // Set the status text...
  2118.         {
  2119.             try {
  2120.                 statusBar1.setStatusText(" ");
  2121.             }
  2122.             catch(java.beans.PropertyVetoException e) { }
  2123.         }
  2124.         //}}
  2125.     }
  2126.  
  2127.     void formattedTextField1_mouseEntered(java.awt.event.MouseEvent event)
  2128.     {
  2129.         // to do: code goes here.
  2130.              
  2131.         //{{CONNECTION
  2132.         // Set the status text...
  2133.         {
  2134.             try {
  2135.                 statusBar1.setStatusText("Symantec Formatted Text Field");
  2136.             }
  2137.             catch(java.beans.PropertyVetoException e) { }
  2138.         }
  2139.         //}}
  2140.     }
  2141.  
  2142.     void formattedTextField1_mouseExited(java.awt.event.MouseEvent event)
  2143.     {
  2144.         // to do: code goes here.
  2145.              
  2146.         //{{CONNECTION
  2147.         // Set the status text...
  2148.         {
  2149.             try {
  2150.                 statusBar1.setStatusText(" ");
  2151.             }
  2152.             catch(java.beans.PropertyVetoException e) { }
  2153.         }
  2154.         //}}
  2155.     }
  2156.  
  2157.     void keyPressManagerPanel1_mouseEntered(java.awt.event.MouseEvent event)
  2158.     {
  2159.         // to do: code goes here.
  2160.              
  2161.         //{{CONNECTION
  2162.         // Set the status text...
  2163.         {
  2164.             try {
  2165.                 statusBar1.setStatusText("Symantec Keypress Manager Panel");
  2166.             }
  2167.             catch(java.beans.PropertyVetoException e) { }
  2168.         }
  2169.         //}}
  2170.     }
  2171.  
  2172.     void keyPressManagerPanel1_mouseExited(java.awt.event.MouseEvent event)
  2173.     {
  2174.         // to do: code goes here.
  2175.              
  2176.         //{{CONNECTION
  2177.         // Set the status text...
  2178.         {
  2179.             try {
  2180.                 statusBar1.setStatusText(" ");
  2181.             }
  2182.             catch(java.beans.PropertyVetoException e) { }
  2183.         }
  2184.         //}}
  2185.     }
  2186.  
  2187.     void borderPanel1_mouseEntered(java.awt.event.MouseEvent event)
  2188.     {
  2189.         // to do: code goes here.
  2190.              
  2191.         //{{CONNECTION
  2192.         // Set the status text...
  2193.         {
  2194.             try {
  2195.                 statusBar1.setStatusText("Symantec Border Panel");
  2196.             }
  2197.             catch(java.beans.PropertyVetoException e) { }
  2198.         }
  2199.         //}}
  2200.     }
  2201.  
  2202.     void borderPanel1_mouseExited(java.awt.event.MouseEvent event)
  2203.     {
  2204.         // to do: code goes here.
  2205.              
  2206.         //{{CONNECTION
  2207.         // Set the status text...
  2208.         {
  2209.             try {
  2210.                 statusBar1.setStatusText(" ");
  2211.             }
  2212.             catch(java.beans.PropertyVetoException e) { }
  2213.         }
  2214.         //}}
  2215.     }
  2216.  
  2217.     void imagePanel1_mouseEntered(java.awt.event.MouseEvent event)
  2218.     {
  2219.         // to do: code goes here.
  2220.              
  2221.         //{{CONNECTION
  2222.         // Set the status text...
  2223.         {
  2224.             try {
  2225.                 statusBar1.setStatusText("Symantec Image Panel");
  2226.             }
  2227.             catch(java.beans.PropertyVetoException e) { }
  2228.         }
  2229.         //}}
  2230.     }
  2231.  
  2232.     void imagePanel1_mouseExited(java.awt.event.MouseEvent event)
  2233.     {
  2234.         // to do: code goes here.
  2235.              
  2236.         //{{CONNECTION
  2237.         // Set the status text...
  2238.         {
  2239.             try {
  2240.                 statusBar1.setStatusText(" ");
  2241.             }
  2242.             catch(java.beans.PropertyVetoException e) { }
  2243.         }
  2244.         //}}
  2245.     }
  2246.  
  2247.     void radioButtonGroupPanel1_mouseEntered(java.awt.event.MouseEvent event)
  2248.     {
  2249.         // to do: code goes here.
  2250.              
  2251.         //{{CONNECTION
  2252.         // Set the status text...
  2253.         {
  2254.             try {
  2255.                 statusBar1.setStatusText("Symantec RadioButton Group Panel");
  2256.             }
  2257.             catch(java.beans.PropertyVetoException e) { }
  2258.         }
  2259.         //}}
  2260.     }
  2261.  
  2262.     void radioButtonGroupPanel1_mouseExited(java.awt.event.MouseEvent event)
  2263.     {
  2264.         // to do: code goes here.
  2265.              
  2266.         //{{CONNECTION
  2267.         // Set the status text...
  2268.         {
  2269.             try {
  2270.                 statusBar1.setStatusText(" ");
  2271.             }
  2272.             catch(java.beans.PropertyVetoException e) { }
  2273.         }
  2274.         //}}
  2275.     }
  2276.  
  2277.     void toolBarPanel1_mouseEntered(java.awt.event.MouseEvent event)
  2278.     {
  2279.         // to do: code goes here.
  2280.              
  2281.         //{{CONNECTION
  2282.         // Set the status text...
  2283.         {
  2284.             try {
  2285.                 statusBar1.setStatusText("Symantec Toolbar Panel - with Spacers");
  2286.             }
  2287.             catch(java.beans.PropertyVetoException e) { }
  2288.         }
  2289.         //}}
  2290.     }
  2291.  
  2292.     void toolBarPanel1_mouseExited(java.awt.event.MouseEvent event)
  2293.     {
  2294.         // to do: code goes here.
  2295.              
  2296.         //{{CONNECTION
  2297.         // Set the status text...
  2298.         {
  2299.             try {
  2300.                 statusBar1.setStatusText(" ");
  2301.             }
  2302.             catch(java.beans.PropertyVetoException e) { }
  2303.         }
  2304.         //}}
  2305.     }
  2306.  
  2307.     class SymComponent extends java.awt.event.ComponentAdapter
  2308.     {
  2309.         public void componentHidden(java.awt.event.ComponentEvent event)
  2310.         {
  2311.             Object object = event.getSource();
  2312.             if (object == label9)
  2313.                 label9_ComponentHidden(event);
  2314.         }
  2315.     }
  2316.  
  2317.     void label9_ComponentHidden(java.awt.event.ComponentEvent event)
  2318.     {
  2319.         // to do: code goes here.
  2320.              
  2321.         //{{CONNECTION
  2322.         // Toggle enabled
  2323.         {
  2324.             stateCheckBox1.setEnabled(!stateCheckBox1.isEnabled());
  2325.         }
  2326.         //}}
  2327.     }
  2328.  
  2329.     void button5_Action(java.awt.event.ActionEvent event)
  2330.     {
  2331.         // to do: code goes here.
  2332.              
  2333.         //{{CONNECTION
  2334.         // Create and show the Frame with a title...
  2335.         (new FireWorksClass("Symantec FireWorks")).show();
  2336.         //}}
  2337.     }
  2338.  
  2339.     void button6_Action(java.awt.event.ActionEvent event)
  2340.     {
  2341.         // to do: code goes here.
  2342.              
  2343.         //{{CONNECTION
  2344.         // Create and show the Frame with a title...
  2345.         (new PlasmaClass("Symantec Plasma")).show();
  2346.         //}}
  2347.     }
  2348.  
  2349.     void button8_Action(java.awt.event.ActionEvent event)
  2350.     {
  2351.         // to do: code goes here.
  2352.              
  2353.         //{{CONNECTION
  2354.         // Create and show the Frame with a title...
  2355.         (new EmblazeClass("Geo Emblaze")).show();
  2356.         //}}
  2357.     }
  2358.  
  2359.     void button9_Action(java.awt.event.ActionEvent event)
  2360.     {
  2361.         // to do: code goes here.
  2362.              
  2363.         //{{CONNECTION
  2364.         // Create and show the Frame
  2365.         (new NervousTextClass()).show();
  2366.         //}}
  2367.     }
  2368.  
  2369.     void button7_Action(java.awt.event.ActionEvent event)
  2370.     {
  2371.         // to do: code goes here.
  2372.              
  2373.         //{{CONNECTION
  2374.         // Create and show the Frame with a title...
  2375.         (new SoundPlayerClass("Symantec Sound Player")).show();
  2376.         //}}
  2377.     }
  2378.  
  2379.     void textField1_MouseEnter(java.awt.event.MouseEvent event)
  2380.     {
  2381.         // to do: code goes here.
  2382.              
  2383.         //{{CONNECTION
  2384.         // Set the status text...
  2385.         {
  2386.             try {
  2387.                 statusBar1.setStatusText("AWT TextField");
  2388.             }
  2389.             catch(java.beans.PropertyVetoException e) { }
  2390.         }
  2391.         //}}
  2392.     }
  2393.  
  2394.     void textField1_MouseExit(java.awt.event.MouseEvent event)
  2395.     {
  2396.         // to do: code goes here.
  2397.              
  2398.         //{{CONNECTION
  2399.         // Set the status text...
  2400.         {
  2401.             try {
  2402.                 statusBar1.setStatusText(" ");
  2403.             }
  2404.             catch(java.beans.PropertyVetoException e) { }
  2405.         }
  2406.         //}}
  2407.     }
  2408. }
  2409.