<?xml version="1.0" encoding="UTF-8"?> 
<java version="1.4.0" class="java.beans.XMLDecoder"> 
  <object class="javax.swing.JFrame"> 
    <void id="JPanel0" property="contentPane"> 
      <void method="add"> 
        <object id="JLabel0" class="javax.swing.JLabel"> 
          <void property="text"> 
            <string>URL:</string> 
          </void> 
          <void property="location"> 
            <object class="java.awt.Point"> 
              <int>10</int> 
              <int>10</int> 
            </object> 
          </void> 
        </object> 
      </void> 
      <void method="add"> 
        <object id="JScrollPane0" class="javax.swing.JScrollPane"> 
          <void property="preferredSize"> 
            <object class="java.awt.Dimension"> 
              <int>500</int> 
              <int>300</int> 
            </object> 
          </void> 
          <void property="viewport"> 
            <void method="add"> 
              <object id="JEditorPane0" class="javax.swing.JEditorPane"/> 
            </void> 
          </void> 
          <void property="location"> 
            <object class="java.awt.Point"> 
              <int>10</int> 
              <int>40</int> 
            </object> 
          </void> 
        </object> 
      </void> 
      <void method="add"> 
        <object id="JTextField0" class="javax.swing.JTextField"> 
          <void property="text"> 
            <string>file:\\\C:\</string> 
          </void> 
          <void method="addActionListener"> 
            <object class="java.beans.EventHandler" method="create"> 
              <class>java.awt.event.ActionListener</class> 
              <object idref="JEditorPane0"/> 
              <string>page</string> 
              <string>source.text</string> 
            </object> 
          </void> 
          <void property="location"> 
            <object class="java.awt.Point"> 
              <int>62</int> 
              <int>10</int> 
            </object> 
          </void> 
        </object> 
      </void> 
      <void property="layout"> 
        <object class="javax.swing.SpringLayout"> 
          <void method="putConstraint"> 
            <string>East</string> 
            <object idref="JTextField0"/> 
            <int>0</int> 
            <string>East</string> 
            <object idref="JScrollPane0"/> 
          </void> 
          <void method="putConstraint"> 
            <string>West</string> 
            <object idref="JTextField0"/> 
            <int>10</int> 
            <string>East</string> 
            <object idref="JLabel0"/> 
          </void> 
          <void method="putConstraint"> 
            <string>South</string> 
            <object idref="JPanel0"/> 
            <int>10</int> 
            <string>South</string> 
            <object idref="JScrollPane0"/> 
          </void> 
          <void method="putConstraint"> 
            <string>East</string> 
            <object idref="JPanel0"/> 
            <int>10</int> 
            <string>East</string> 
            <object idref="JScrollPane0"/> 
          </void> 
          <void method="putConstraint"> 
            <string>North</string> 
            <object idref="JScrollPane0"/> 
            <int>40</int> 
            <string>North</string> 
            <object idref="JPanel0"/> 
          </void> 
        </object> 
      </void> 
    </void> 
    <void method="pack"/> 
    <void property="visible"> 
      <boolean>true</boolean> 
    </void> 
  </object> 
</java> 
