Advertisement

1 - 10 of 105 containing alltags:("jeditorpane") (0.003 seconds)
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...
Zones: Java, New To JavaDate Answered: 02/26/2002 Grade: A Views: 4
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...
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...
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...
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
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
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...
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...
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?
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...
Zones: JavaDate Answered: 03/04/2004 Grade: A Views: 0