Java | JPane WebBrowser
From: wolfgang hafenscher (mtd00019_at_fh-hagenberg.at)
Date: 03/29/04
- Next message: nos: "Re: Why do compile times change?"
- Previous message: Bo: "MIDP: create Image from int/byte array?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Mar 2004 06:22:04 +0200
Hi!
I wanted to use the JPane to view WebPages. Everything works fine and my
application would really be much smaller if I would not have to include
an external Browser library.
The only problem is: There are some Tags which I want to remove.
e.g.: If there is a JavaScript the browser displays the content between
the <SCRIPT> and </SCRIPT> tag instead of hiding it.
Does anyone know a simple method to tell the JPane not to show some tags
on the Pane (like SCRIPT, APPLET, OBJECT, EMBED, etc...)
I tried to create subclasses of the HTMLEditorKit but I don't know
exactly where and what to do to hide a TAG.
Any help welcome.
Wolfgang
- Next message: nos: "Re: Why do compile times change?"
- Previous message: Bo: "MIDP: create Image from int/byte array?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|