Tagged Questions

A Java Swing text component to edit various kinds of content.

learn more… | top users | synonyms

10
votes
3answers
230 views

Making a JEditorPane with html put correctly formatted text in clipboard

I have this code to demonstrate the problem: public static void main(String[] args) { JFrame frame = new JFrame(); frame.getContentPane().add(new JEditorPane("text/html", "Hello cruel ...
7
votes
1answer
321 views

Display and interact with an HTML form in a Swing application

an application generates some HTML pages that should be displayed in the application itself. These HTML pages contain some forms that would be used by the user to enter some values. So far I've used ...
4
votes
1answer
85 views

JEditorPane saves HTML using entities instead diacritics

I have a file, containing czech text common file split to two lines: <html> <head> <meta http-equiv="contet-type" content="text/html; charset=UTF-8"/> </head> <body> ...
4
votes
1answer
414 views

JEditorPane is removing CSS font styles

I am trying to get the JEditorPane to preserve any CSS font style. Unfortunately, it seems to be stripping it out altogether for paragraph tags (and other tags as well) and converting it to a font tag ...
4
votes
2answers
981 views

jEditorPane as a web browser

I am creating a web browser in Java. In this browser I am using JEditorPane for Browser Window. I am using "setPage(String url)" method to display the page. The browser can display the page but ...
4
votes
2answers
1k views

How do you set the tab size in a JEditorPane?

A JTextArea's tab size can easily be set using setTabSize(int). Is there a similar way to do it with a JEditorPane? Right now, text with tabs in my pane looks like: if (stuff){ more ...
3
votes
1answer
79 views

Force JScrollBar to scroll to line head

I am dealing with JEditorPane to display HTML documents and I created a button which scroll me to next view port every time I click it, "as if I am turning a page of a book". However, sometimes I ...
3
votes
1answer
102 views

Java HTMLDocument (insertAfterEnd, insertAfterStart, insertBeforeEnd, insertBeforeStart) not working?

I have a JEditorPane that displays HTML that is generated programmatically (at runtime). Up to now when I was adding a "line" I was re-creating the whole HTML text in a string buffer and then passing ...
3
votes
1answer
118 views

JEditorPane, is preferredSize tracking parent width?

JEditorPane seems to have a very interesting feature: it seems to track its parent width, and determines the preferred height accordingly, also if the parent IS NOT a JViewport. By track i mean that ...
3
votes
1answer
165 views

Print Multi page JEditorPane html contents in Java

I have developed a code in Java where I have embedded HTML content into a JEditorPane by setting its content type to text / html. However this content spills over to the second page and so on. I know ...
3
votes
1answer
60 views

Highlighting inside JEditorPane

Is it possible to highlight some parts of text in JEditorPane, when I have a list of Strings to highlight? Using HTML tags is not possible (text will contain some tags). Is creating cutstom EditorKit ...
3
votes
1answer
491 views

Access/Change JEditorPane's html loaded elements + HTMLEditorKit problem with Unicode (Java)

that's going to be a long question so bear with me :) My Application I'm developing a Java (with JFrame GUI) desktop application that does the following: Scan (.txt) files. Parses some numbers ...
3
votes
1answer
236 views

Java: Strange behavior of JEditorPane wrapped inside JScrollPane

I'm trying to build a simple help system to my software. The help system built from JEditorPane(Loaded with HTML file) wrapped inside of JScrollPane, inside of the same window there is a JLabel. When ...
3
votes
1answer
1k views

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.: ...
3
votes
2answers
2k views

Styling HTML in a JEditorPane or JTextPane

I want to display HTML in a JEditorPane or JTextPane, but I want the style (font size) to come from the Look and Feel. Is there a way to do this, or do you have to use embedded HTML styling? Here is ...
3
votes
5answers
2k views

How to use Netbeans platform syntax highlight with JEditorPane?

There are many tutorials online giving very complex or non-working examples on this. It seems that people recommend others to use the syntax highlighters offered by netbeans but I am totally puzzled ...
3
votes
1answer
2k views

Controlling the preferred size of a JEditorPane with long text

I have a JEditorPane which is displayed inside a popup, triggered through a button. The pane contains long text, therefore it's nested inside a JScrollPane, and the popup is constrained to a maximal ...
3
votes
2answers
1k views

Is there a way to attatch a css file to a jEditorPane?

Simple enough question: I have a string containing HTML that is being handed off to a JEditorPane for user consumption. Can I attach a CSS file (or string containing CSS rules) to allow for more ...
3
votes
4answers
2k views

Java Swing custom text JEditorPane

I have a list of Objects (the model) that are constantly appended to (similar to a log file) and I'd like to display as rich text in a JEditorPane (the view). How can I glue them together? ...
3
votes
2answers
2k views

How do I get a JEditorPane to highlight the full width of a line (not just the text)?

I'm trying to get a JEditorPane to highlight the full width of a displayed line. All the examples I've tried only highlight the textual content. For example if I have content such as this: ...
2
votes
1answer
49 views

Java action on Enter key entered, not display line break

I am doing a chat application and I put a JEditor pane to type the message. I put a key listener on this JEditor so that when I type the Enter key, it sends the message. My problem is that it sends ...
2
votes
1answer
32 views

How to get a specific action from the HTMLEditorKit?

I want to create a simple test application with a JEditorPane displaying some HTML content and a button which makes the selected text bold. The HTMLEditorKit already provides the necessary action for ...
2
votes
1answer
61 views

How to create a custom Swing Document structure

I have a JEditorPane holding a custom EditorKit and a custom Document (derived from DefaultStyledDocument). The following is an example for the content of the JEditorPane: first paragraph second ...
2
votes
2answers
202 views

JEditorPane, HTMLEditorKit - custom action inserting custom tag

I'm faithing with JEditorPane. I need simple editor. I've solved the problem with loading and modified HTML containing custom (two) tags (see my older post). It displays the document properly and I ...
2
votes
1answer
105 views

java print job cutting off the edge of the page

An application uses a jEditorPane to display html pages, which also has the ability to print said html page. We construct the MediaPrintableArea for the printerJob attributeSet like so: float ...
2
votes
2answers
182 views

java: get plain text with newline symbol from jEditorPane

I have a jEditorPane that is HTML based. i found out that you can use: String text = jEditorPane1.getDocument().getText(0, jEditorPane1.getDocument().getLength()); text = ...
2
votes
1answer
103 views

Disable hyperlinks in JTextPane

I have a JTextPane with HTML contents. Without changing the content type or calling setText, I would like disable the hyperlinks. I want The hyperlinks to have the same style as the surrounding text ...
2
votes
1answer
370 views

Transparent JEditorPane in a JScrollPane over a background JPanel

If I move the JScrollPane so it is in front of and partially covering the JPanel, then the JEditorPane inside of the JScrollPane has paint issues. It does not properly re-paint the JPanel's ...
2
votes
1answer
161 views

JEditorPane rectangle (column) selection mode

I would like to know how can I extend JEditorPane (or any other swing text editing component) to handle rectangle (column) selection mode. It is a well known feature in current text editors where you ...
2
votes
3answers
398 views

How to insert JEditorPane into JTable cell?

I want to put JEditorPane in JTable cell. I've written this: jTabel1.setDefaultRenderer(String.class, new StringEditorPane()); ......... class StringEditorPane extends JEditorPane implements ...
2
votes
1answer
240 views

Purpose of Element in java Swing and its relationship to StyledDocument and paragraphs

I'm trying to understand the purpose of Element and how it can help with manipulating a StyledDocument that is to be displayed in a JEditorPane or JTextPane. I'm also trying to grasp how it relates ...
2
votes
2answers
1k views

Swing JEditorPane CSS capabilities

I am displaying HTML content inside a Swing JEditorPane. To change the default look of the HTML i am using a CSS style sheet. This works great. My problem is only that the JEditorPane does not support ...
2
votes
1answer
577 views

Problem copying HTML from JEditorPane to external applications

I'm having trouble copying HTML from JEditorPane to system clipboard and then pasting into other applications: OpenOffice 3.2 - Says "Requested clipboard format isn't available" Thunderbird 3.13 - ...
2
votes
0answers
116 views

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 ...
2
votes
1answer
189 views

JEditorPane - make tabs spaces

I'm wondering if there's a way to have tabs convert to spaces in a jeditorpane, much like you'd see when working in an IDE. I don't want to set the tab size. I can already do that easily. I want to ...
2
votes
2answers
66 views

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 ...
2
votes
1answer
281 views

Regular Expression, JEditorPane, Self-closing tags

I'm am using JEditorPane to render basic HTML. But it renders self-closing tags incorrectly, specifically br tags, e.g. <br /> is bad but <br> is good. I would like to use ...
2
votes
1answer
578 views

Displaying XHTML in Swing (JEditorPane)

I'm writing a Java application with GUI using Swing. One of the GUI components is a JEditorPane that renders HTML. All the rendering is fine except that it shows in the first line the XML header: ?xml ...
2
votes
3answers
1k views

What JEditorPane event should I create a listener for?

Suppose I have a JEditorPane in a JPanel. I want to be able to execute a callback each time the user enters/pastes text in the JEditorPane component. What type of listener should I create?
2
votes
2answers
747 views

How can I change the color of a particular element of a HTMLDocument in a JEditorPane?

I basically want to implement changing the color of the links when I hover over them. The HyperlinkEvent that is triggered when I mouse over the link hands me the HTML element, but it won't let me set ...
2
votes
2answers
1k views

Using JEditorPane and its setPage method

I have an editor pane which displays an HTML file. When I ask it to do it once, it displays the HTML file fine. I then make changes to my HTML file and use the setPage method so that it prints the ...
1
vote
0answers
32 views

Java Swing: GlyphView : StateInvariantError after deletion of ordered/unordered list (HTMLDocument)

I don't think this is a new issue. But it seems that there is an error that comes up whenever an ordered/unordered list in JTextPane (EditorKit -> HTMLEditorKit, Document -> HTMLDocument) is deleted ...
1
vote
1answer
46 views

JEditorPane setText 2MB HTML ---> Terrible Performance !!! (65 seconds)

I'm trying to load an HTML file that is large approximately 2MB (1927KB for the sake of precision) into a JEditorPane, and it takes about 65 seconds, it seems to be a bug of the JTextPane/JEditorPane, ...
1
vote
1answer
26 views

caret position into the html of JEditorPane

The getCaretPosition method of JEditorPane gives an index into the text only part of the html control. Is there a possibility to get the index into the html text? To be more specific suppose I have a ...
1
vote
3answers
55 views

How add Flash support in JEditorPane

I am implementing one web browser for my college mini project. It's showing all content but it does not support Flash. It's not opening flash sites. How can I implement Flash support in JEditorpane of ...
1
vote
1answer
54 views

Inconsistent performance applying ForegroundActions in a JEditorPane when reading HTML

I'm building an HTML editor using JEditorPane, but I'm getting some inconsistent performance issues with Foreground Actions. I have a simplified version of my editor below that has three actions: ...
1
vote
2answers
71 views

JTextPane or JEditorPane for a Chatroom

I have to make a chatroom like this one : The message displayed also have to show the smileys and everything myst be copy/pastable like in Skype. I don't know what to choose between the JEditor ...
1
vote
1answer
116 views

HTMLEditorKit modify my text in JEditorPane HTML

I'm using a JTextPane to edit HTML and when I use getText() and setText() methods it changes my text. e.g If I set this text with setter method. <html> <head> </head> <body ...
1
vote
2answers
86 views

Searching words and highlighting in Java?

I have an JEditorPane where in some HTML documents are loaded. I want to add word search facility to this pane like the one which is with Mozilla Firefox. In Firefox, if I press CTRL+F, I (we) get a ...
1
vote
2answers
84 views

Fixing the Size of JEditorPane inside a JPanel

This is very similar to my last question, but doing it in a JPanel I am trying to display a JEditorPane inside a JPanel (fixed size) which then displays a string of HTML text. (This is so I can use a ...

1 2 3