org.util.xml
Class Main6

java.lang.Object
  extended by org.util.xml.Main6

public class Main6
extends java.lang.Object

Author:
masaru

Constructor Summary
Main6()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void open(java.lang.String url_text)
           
 void openInOtherThread(java.lang.String url_text)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main6

public Main6()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

openInOtherThread

public void openInOtherThread(java.lang.String url_text)

open

public void open(java.lang.String url_text)
          throws java.lang.Exception
Throws:
java.lang.Exception