Revision 11023 trunk/libraries/libIverUtiles/src/com/iver/utiles/BrowserControl.java

View differences:

BrowserControl.java
45 45
 *   dac@iver.es
46 46
 */
47 47
package com.iver.utiles;
48

  
49
/**
50
 * @author Steven Spencer
51
 *
52
 * TODO To change the template for this generated type comment go to
53
 * Window - Preferences - Java - Code Generation - Code and Comments
54
 */
55 48
import java.io.IOException;
56 49
import java.util.ArrayList;
57 50
import java.util.logging.Level;
......
77 70
* BrowserControl.displayURL("http://www.javaworld.com")
78 71
* BrowserControl.displayURL("file://c:\\docs\\index.html")
79 72
* BrowserContorl.displayURL("file:///user/joe/index.html");
73
*
74
* @author jaume dominguez faus - jaume.dominguez@iver.es
80 75
*/
81 76
public class BrowserControl
82 77
{

Also available in: Unified diff