Revision 11023

View differences:

branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/gui/panels/LinkPanel.java
60 60
import com.iver.andami.PluginServices;
61 61
import com.iver.andami.ui.mdiManager.IWindow;
62 62
import com.iver.andami.ui.mdiManager.WindowInfo;
63
import com.iver.utiles.BrowserControl;
63 64

  
64 65

  
65 66
/**
branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/gui/panels/FPanelAbout.java
66 66
import com.iver.andami.ui.mdiManager.IWindow;
67 67
import com.iver.andami.ui.mdiManager.WindowInfo;
68 68
import com.iver.cit.gvsig.Version;
69
import com.iver.utiles.BrowserControl;
69 70
/**
70 71
 * @author FJP
71 72
 *
branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/info/gui/HTMLInfoToolPanel.java
9 9
import javax.swing.event.HyperlinkEvent;
10 10
import javax.swing.text.html.HTMLEditorKit;
11 11

  
12
import com.iver.cit.gvsig.gui.panels.BrowserControl;
12
import com.iver.utiles.BrowserControl;
13 13

  
14 14
/**
15 15
 * JPanel to show the feature information return in HTML code
trunk/libraries/libIverUtiles/src/com/iver/utiles/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