Muchas gracias por su ayuda nunca hubiera dado con el error llevo muy poco en java y no encontraba la forma muchas gracias a los 2
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúString pagina = "http://www.google.com.mx";
JEditorPane pane = new JEditorPane(pagina);
JScrollPane scroll = new JScrollPane(pane);
JFrame frame = new JFrame("Pagina");
import javax.swing.JEditorPane;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
/**
*
* @author Slider324
*/
public class Prueba {
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws Exception {
String pagina = "http://www.google.com.mx";
JEditorPane pane = new JEditorPane(pagina);
JScrollPane scroll = new JScrollPane(pane);
//Creamos Un Frame
JFrame frame = new JFrame("Pagina");
//Agregamos a Frame el scroll ya que contiene la info
frame.getContentPane().add(scroll);
//Hacemos Visible, definimos Cerrar y tamaño
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(600, 600);
frame.setVisible(true);
}
}
try{
//Almacenamos Area de Texto en una String
String todo = jTextArea1.getText().
replaceAll("https", "http");
//usamos st para separar por espacio cada url y leer 1 por 1
StringTokenizer st = new StringTokenizer(todo, "\n");
//Recorremos Urls
while (st.hasMoreTokens()) {
URL url = new URL(st.nextToken());
//Almacenamos Buffer
BufferedReader brd = new BufferedReader(new InputStreamReader(url.openStream()));
//Guardamos Resultado de Buffer
linea = brd.readLine();
//Leemos respuesta
StringBuffer respuesta = new StringBuffer();
while (linea != null) {
respuesta = respuesta.append(linea);
linea = brd.readLine();
}
//Definimos lo que vamos a buscar
pattern = "([0-9]{1,4}\\.)+[0-9]{1,4}\\:[0-9]{1,4}";
//definimos matcher y lo convertimos a String
matcher = Pattern.compile(pattern).matcher(respuesta.toString());
//Decimos a matcher que empieze a buscar
while (matcher.find()) {
resultado = matcher2.group().
//Definimos que deseamos remover
replaceAll("javascript:.*", "").
replaceAll("l0k9j8h7-87f3c96803f53f1496a6de3:.*", "").
replaceAll("mailto:.*", "")
+ "\n";
hs.add(resultado);
}
//Creamos un iterator para poder reccorer el HashSet
java.util.Iterator<String> it = hs.iterator();
//Recorremos iterator hasta el final
while (it.hasNext()) {
//Añadimos lo que tiene el iterator
jTextArea2.append(it.next());
//Limpiamos Iterator
it.remove();
}
//Limpiamos Hash Set
hs.clear();
} catch (Exception e2) {
//Mostramos Mensaje si la pagina no funciona
System.out.println("No Funciona la pagina");
}
Usuario1
Usuario2
Usuario3
Carlos3
Maria6
Marco9
Marco9
Carlos3
pedro4
Maria6
Set<String> lista = new HashSet<String>();
lista.add(usuarios);
Iterator<String> recorre = lista.iterator();
while (recorre.hasNext()) {
String s = (String) recorre.next();
System.out.println(s);
}
public void actionPerformed (ActionEvent a)
{
if (a.getSource()==b)
for (i=0; i<plazo.length; i++)
if( autos[i].equalsIgnoreCase("SEDAN"))
if(a.getSource==b && auto==Carro)
if(a.getSource==b && auto==Sedan){
e.setIcon(i1);
}else if(a.getSource==b && auto==Fiesta){
e.setIcon(i2);
}else if(a.getSource==b && auto==FOCUS){
e.setIcon(i3);
}else{
System.out.println("Inserta un valor valido");
}