Bienvenido: ( Identificarse | Registrarse )      
Foros de Trucos Windows
Closed TopicStart new topicStart Poll

Outline · [ Estándar ] · Lineal+

> URL applet [SOLUCIONADO]

cyberfranko
post May 3 2007, 05:08 AM
Publicado: #1


G*FranKo
***

Grupo: Members
Mensajes: 85
Registrado: 15-November 06
Miembro nº: 186.314



Holas creo q esto lo cuestione antes, pero no le di mucha importancia.... llanto.gif llanto.gif Bueno necesito crear un Url para un applet en java, se q funciona con el java.net.*; pero no se como crearlo.. es el init() verdad? bueno necesito q para cuando ucurra un cierto evento este se direcciones a un nuevo documento (html,htm,php,jsp,etc) es urgente!!....Gracias!!


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rob1104
post May 3 2007, 07:01 AM
Publicado: #2


Gears of War 2 ... a reason to have an Xbox 360...
Group Icon

Grupo: Moderadores
Mensajes: 1.728
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, México
Miembro nº: 93.342



Amigo, si te respondi esa vez, no se porque no lo leiste llanto.gif

http://www.trucoswindows.net/foro/index.php?showtopic=64813
y si va en el init()

thumbsup.gif


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
cyberfranko
post May 3 2007, 08:12 PM
Publicado: #3


G*FranKo
***

Grupo: Members
Mensajes: 85
Registrado: 15-November 06
Miembro nº: 186.314



ps claro q lei tu codigo, pero en ese momento lo necesitaba para un JFRAME no era para un applet, bueno pero de todas maneras me muestra error..... "Unhandlend exception type MalformedURLException"


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rob1104
post May 4 2007, 08:06 AM
Publicado: #4


Gears of War 2 ... a reason to have an Xbox 360...
Group Icon

Grupo: Moderadores
Mensajes: 1.728
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, México
Miembro nº: 93.342



Jeje me extraña amigo xD, solo tienes que capturar la excepcion, en caso de que este mal escrita la URL ya que eso causaria una excepcion....

CODE
/**
* @(#)html.java
*
*
* @author robbie
* @version 1.00 2007/5/4
*/

import javax.swing.*;
import java.awt.event.*;
import java.net.*;
public class html extends JApplet
{
public void init()
{
 JButton boton = new JButton("TrucosWindows.NET");
 getContentPane().setLayout(null);
 getContentPane().add(boton);
 boton.setBounds(10,10,160,20);
 
 boton.addActionListener(new ActionListener()
 {
  public void actionPerformed(ActionEvent e)
  {
   try
   {
    getAppletContext().showDocument(new URL("http://www.trucoswindows.net"));
   }
   catch(java.net.MalformedURLException G)
   {
   }
  }
 });
}
}


Aqui te dejo como se ve: http://robbietw.phpnet.us/html.html

bye1.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
cyberfranko
post May 4 2007, 09:44 PM
Publicado: #5


G*FranKo
***

Grupo: Members
Mensajes: 85
Registrado: 15-November 06
Miembro nº: 186.314



Ajap.... era con el manejo de excepsiones try... catch clap.gif clap.gif gracias man biggrin20jy.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rob1104
post May 4 2007, 10:34 PM
Publicado: #6


Gears of War 2 ... a reason to have an Xbox 360...
Group Icon

Grupo: Moderadores
Mensajes: 1.728
Registrado: 7-March 05
Desde: Matamoros, Tamaulipas, México
Miembro nº: 93.342



De nada bro, me alegra que haya funcionado. thumbsup.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
Closed TopicTopic OptionsStart new topic

Collapse

> Topicos similares

(SOLUCIONADO) Ubuntu no me reconoce mi Realtek ... KiÐ 222 1 Sep 30 2008, 04:46 PM
By: KiÐ
no puedo arrancar con el vista(solucionado) the_vampire_knight 182 2 Jul 15 2008, 05:11 PM
By: the_vampire_knight
[SOLUCIONADO] como conectar mi wifi con ubuntu? TequilaGT 257 1 Jun 29 2008, 02:20 AM
By: TequilaGT
Editar archivo flash (solucionado) Merrim 246 0 Jun 23 2008, 09:48 PM
By: Merrim
no puedo iniciar sesion en windows live messeng ... Hawkwind 861 0 Jun 23 2008, 05:22 AM
By: Hawkwind