jeditorpane
JEditorPane doesn't display special separators while reading by BufferedReader
I am creating a custom XML editor. My xml file contains lots of special separators such as ¦ • ¥ ‡ § and such other. But when I read a file and display in JEditorPane it doesn\'t read it and disp[详细]
2023-01-19 16:23 分类:问答syntax highlighting in JEditorPane
i want to do tag hightlighting in jeditorpane. if i load a html file in jeditorpane then it should automatically highlight all tags with red foreground color...[详细]
2023-01-14 13:46 分类:问答Formatting text with HTML in a JEditorPane?
I am trying to make a simple email client in Java Swing. I want to allow users to format their email in any way they want, like making some parts of the text bold, other parts italic, etc. In other w[详细]
2023-01-12 06:03 分类:问答Insert HTML into the Body of an HTMLDocument
This seems like such a simple question, but I\'m having such difficulty with it. Problem: I have some text to insert into an HTMLDocument.This text sometimes specifies some html as well. E.G.:[详细]
2023-01-11 21:09 分类:问答I have extended jEditorPane to contain and display a bufferedimage from memory, but it does not paint properly. What am I doing wrong?
I have extended jEditorPane as shown below (minus the instantiation code). However, when I set the image and call update on the object, it only draws a small portion of the image (equival开发者_运维百[详细]
2023-01-11 09:09 分类:问答Occasional distorted display when scrolling text using JScrollPane
I have an application that displays text in a JEditorPane contained within a JScrollPane.60 users have this application.Occasionally on one user\'s machine, when she scrolls the text the display sudde[详细]
2023-01-09 01:30 分类:问答JEditorPane onReady?
how can I perform an action w开发者_运维技巧hen the JEditorPane is done loading a webpage from an url?[详细]
2023-01-04 19:03 分类:问答Inconsistent working scrollbar
I have a JEditorPane contained in a JScrollPane.The vertical scrollbar policy is set to Always.But, the scrollbar doesn\'t always function.The lane or the channel of the scrollbar is present but there[详细]
2023-01-01 14:52 分类:问答JEditorPane is discarding empty elements
The following test fails with JRE 1.6.0_20 public void testSetGetTextWithList() throws Exception { final JEditorPane editorPane = new JEditorPane();[详细]
2022-12-31 09:08 分类:问答Setting the a caret in an JEditor Pane causes an exception
I have a JeditorPane which has some text in HTML format.When I execute the following command int len = editorPane.getText().length();[详细]
2022-12-25 04:07 分类:问答