diff --git a/ssh-tunnel/tunnelLaucher/src/es/virtualcable/sshtunnel/Laucher.java b/ssh-tunnel/tunnelLaucher/src/es/virtualcable/sshtunnel/Laucher.java index a30b6c17..5644acd4 100644 --- a/ssh-tunnel/tunnelLaucher/src/es/virtualcable/sshtunnel/Laucher.java +++ b/ssh-tunnel/tunnelLaucher/src/es/virtualcable/sshtunnel/Laucher.java @@ -3,7 +3,6 @@ */ package es.virtualcable.sshtunnel; -import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; @@ -13,8 +12,6 @@ import java.net.ServerSocket; import java.net.Socket; import java.util.Map; -import javax.swing.*; -import java.awt.*; import com.jcraft.jsch.*;