I need an HTML viewer for my Java application/applet. I was able to use JEditorPane for that purpose with the following code:
documentText = new JEditorPane();
documentText.addHype...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10180786.html
Hi,
I'm using JEditorPane and the setPage function to load a text file and display it on the screen. The problem is that when the text area endeed just cuts the text not regasrding if it is a whol...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10245884.html
Zones:
JavaDate Answered: 12/13/1999 Grade: B Views: 0
In Swing, I know that I can use JEditorPane to display a html file. At the same time, some words in the file are allowed to be right-clicked, so that a pop-up menu is displayed for the user to choo...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20143329.html
Zones:
JavaDate Answered: 07/02/2001 Grade: A Views: 0
Hi! I made a JEditorPane to display HTML from a test file...but I have 2 problems w/it.
1) Invisible attributes such as HEAD, TITLE, etc.. show up on the JEditorPane when in edit mode (i.e. jep...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20147253.html
Zones:
JavaDate Answered: 07/12/2001 Grade: A Views: 0
I have some html text inside a JEditorPane, how do i print that.
(i down't whant to print the text i whant to print the redered html)
tx
luis
http://www.experts-exchange.com/Programming/Languages/Java/Q_20149088.html
Zones:
JavaDate Answered: 08/30/2001 Grade: A Views: 4
hi
How can i disply "gif" images in JEditorPane?. here iam using stylesheet?. my application is working fine in OPERA browser,
but in IE and netscape the images are not displying.
thank u
http://www.experts-exchange.com/Programming/Languages/Java/Q_20184155.html
Zones:
JavaDate Answered: 07/22/2003 Grade: B Views: 0
This is an absolute/relative URL problem, that is, I am using an absolute path
when I need to use a relative URL, but I'm not sure how to do it.
I have a java program which as a help system whi...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20458538.html
Zones:
JavaDate Answered: 02/05/2003 Grade: A Views: 0
Hi experts
I'm creating a site wich allows people unfamiliar with web development to create functionable and nice looking homepages etc. But I have a problem. I want the users to see a scaled do...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20723544.html
Zones:
JavaDate Answered: 10/27/2003 Grade: A Views: 0
Is there a way to synchronize the page loading status in a JEditorPane with a progress bar so that the user would not be able to click on other buttons until the page loads?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20865306.html
Zones:
JavaDate Answered: 02/27/2004 Grade: A Views: 0
hello i am trying to display an html file in my program from a jar file.
the name of the jar is test.jar
the main class in the jar is Application.jar
the name of the html is Manual.html, it is i...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20907409.html
Zones:
JavaDate Answered: 03/04/2004 Grade: A Views: 0