A Java Swing text component that can be marked up with attributes that are represented graphically.

learn more… | top users | synonyms

0
votes
1answer
58 views

Edit the text selected in JtextPane

I have two Jtextpane what i want to do is that i what to select the text from 1 Jtextpane and i want that it should appear in the second Jtextpane after a menu item Edit is selected which i have done ...
1
vote
0answers
138 views

Removing a part of a StyledDocument First-in-Last-Out and keeping the lay-out

While having quite some free time to use, I ran into a problem concerning a StyledDocument as part of a JTextPane. I want to remove the first part of the text when the total size of the Document ...
1
vote
0answers
59 views

Wrong allignment when drawing a JTextPane into a BufferedImage

I am trying to draw some styled text into a buffered image. I use a JTextPane which is not part of any view hierarchy. I set the document properties with the desired alignment but the results are not ...
2
votes
2answers
213 views

HTML tables in JTextPane showing weird “form” boxes

I'm trying to put an html table in an editable JTextPane. So you can edit tables in it like an excel sheet. When I try to do it, these weird col and colgroup boxes keep showing up. Also, the table ...
0
votes
1answer
159 views

JTextPane - scrolling visible text without JScrollPane

So in my application I use a custom component that is an extension of JTextPane. I need to extend this for the styling. I've managed to turn off word wrapping as this component is intended to act as a ...
9
votes
4answers
1k views

Wrap long words in JTextPane (Java 7)

In all versions of Java up to 6, the default behaviour of a JTextPane put inside a JScrollPane was: wrap lines at word boundaries if possible. If not, then wrap them anyway. In JDK 7, the default ...
1
vote
2answers
203 views

How to make JTextPane wrapped in JScrollPane shrink to fit the text

I have a JTextPane with HTML text. I used GroupLayout (using WindowBuilder). I've set the minimum size of my JFrame to 800x600 so the user cannot make it smaller than that. The app has a big ...
1
vote
2answers
116 views

How to implement DocumentFilter that inserts URLs as hyperlinks in JTextPane?

I have a JTable which uses JTextPane as editor and renderer. I added a keyListener to the editor, that listens for "space" character and checks if the last word is URL and if it is, adds it to the ...
3
votes
2answers
643 views

How can I set each character to a different color/background color in a JTextPane?

I've been searching for this for a while and so far all I've been able to come up with is how to create a style and apply it to a character like so: StyledDocument doc = (StyledDocument) new ...
1
vote
1answer
349 views

Textalignment is not working in java swing jTextPane

I want to align two text in same line first text should be in left side another one should be in right side of java swing textpane. so I have using style interface and Styleconstants class to align ...
1
vote
1answer
151 views

JFrame stops displaying when it previously displayed before

This is a follow on question from Display and interact with an HTML form in a Swing application. I've copied the code and run it successfully while in Eclipse (Indigo) but for some mysterious reason ...
0
votes
1answer
107 views

'HTML attribute is not serializable' exception (java)

I have a Jtable which uses custom renderer and editor, which use JTextPane as editor and renderer, which uses DefaultStyledDocument as the text model. The table contains hyperlinks, which are text ...
0
votes
1answer
93 views

Partial data displayed and rest by tooltip using JTextPane

I just wanted a code where I can display partial text and the remaining text by the tool tip using 'JTextPane'. Eg: If text is 'Java is re useable'. I want it to display 'Java is ...' Then I want to ...
-1
votes
1answer
109 views

How to create a JTable like header, and use it as JTexPane header?

I need a JTextPane which has a header on top just like the one in a JTable. Basically I need a one row/column multiline JTable without having to go through all trouble crating renderes and editors. I ...
2
votes
2answers
207 views

How to create a JTable that converts URLs into hyperlinks as you type, in Java

I need a JTable that has multilined cells, and converts multiple (in one cell) URLs into clickable hyperlinks and supports basic style manipulation (bold, italic, underline), which means I can edit ...
4
votes
3answers
508 views

JTextPane/JTextField strange behaviour with rare characters

I've discovered a strange bug in JTextPane/JTextField (or somewhere in the font rendering underneath them). I wonder if anyone else has encountered the same and might have a solution for this. I'm ...
1
vote
1answer
133 views

Remove default padding in JTextPane on Windows

For displaying information on a Java Swing GUI I use a mixture of JLabel components and JTextPanes. As you can see in the following image, all labels are JLabels except for the one in the bottom ...
3
votes
3answers
134 views

Word wrapping in JTextPane

I have a word wrapping issue when using JTextPane. I think it's my IDE (JCreator) but when i use the source everyone else is using I get several errors. Sorry for the line breaks... Could it be my ...
0
votes
1answer
170 views

how to remove component from JTextPane

OK. Inserting a component programatically is obvious: myJTextPane.insertComponent. Accessing components was a little trickier, but I use something like: ...
0
votes
2answers
472 views

Nimbus JTextArea default border

So, I have a JTextArea in my program which uses Nimbus LAF. I need to swap it for JTextPane because of some functionality issues. However, JTextArea has a painted border by default. JTextPane does ...
1
vote
1answer
92 views

JTextPane got Next Value before keyReleased method ends

I have a JTextPane which is bind with KeyReleased Event. My Goal is that whatever user typed in that TextPane It will print some character. {'I', 'N', 'V', 'A', 'L', 'I', 'D'}; Above character ...
2
votes
3answers
436 views

How to get JTextPane to display ellipsis to signal text overflow?

I am using JTextPane as a table cell renderer to display rich text. When the text is too long to fit inside a cell, it is truncated. I would like to mimic the JLabel behavior, i.e. show ellipsis (...) ...
1
vote
1answer
231 views

java swing setBorder speed issue

i have a problem with the "speed" of setting up a border. i have a display with multiple JTextPane´s (around 450, what is required) which are updated quite often(depending on user input). here is the ...
0
votes
3answers
448 views

Disable editing in a JTextPane while allowing visible cursor movement

I have a JTextPane which is populated by reading from a file, after which the data is parsed and formatted. The user is not allowed to edit the JTextPane, but I want them to be able to navigate in it ...
2
votes
2answers
254 views

Can't have components in a jtextpane if set to “text/html”

After much toil I got my click thing working fine. Sadly, When I change the format of my JTextPane to "text/html" and add text to the JTextPane my button disappears. I am almost done with this harsh ...
5
votes
2answers
742 views

Adding mouselistener to JLabel/JButton inserted in JTextPane

I have a problem where when I try and add a mouselistener to a JLabel or JButton in a JTextPane I get the error "cannot be converted to Mouselistener by invocation conversion". I would prefer to have ...
2
votes
1answer
245 views

JTextPane and keyboard input

I have an intresting problem. I have a JTextPane inside of a JScrollPane that is poplated with styled text. The text is generated from an external device that is then passed to the StyledDocument (It ...
0
votes
3answers
446 views

Change Style in a JTextPane while writing

I'm created a jtextpane with two different styles: one for the numbers (pink foreground) and a default style for the rest (black foreground). I have added a keylistener (I use the KeyReleased ...
0
votes
2answers
176 views

JTextPane and empty filler space

I have a JTextPane in a JScrollPane, and I want to add an empty "filler space" at the top of the JTextPane, so that the first actual text row in the JTextPane appears at the bottom of the JViewport. I ...
0
votes
2answers
117 views

Opening a textpane in the same form on a Button click

I am trying to design a basic editor type of GUI in Java using Swing. I have a menu item named New clicking on which I want a blank text area to fill up the GUI. My code is as folows : import ...
2
votes
0answers
48 views

Wrap text in jtextpane and save changes

Ok, I can wrap the text in JTextPane, but I'd like to save the new text with the break lines. So will have a new text with the carriage return in the specific position. What can I do?
2
votes
3answers
3k views

Background Image in JTextPane

How do I set a background image to a JTextPane - some sort of a watermark. I tried this option - creating a child class of JTextPane and use the paint method to draw the image. But then the text is ...
2
votes
1answer
825 views

How do I get the style of the selected text in a JTextPane?

I'm trying to create a simple WYSIWYG editor that will allow users to select text and bold/underline/italicise it. Currently the user can select text, right-click it and select bold from a popup menu, ...
1
vote
3answers
414 views

How to get selection from JTextPane

I want to find out which part of JTextPanel text is selected. Tried to call JTextPane.getSelectionStart() and JTextPane.getSelectionEnd(), but they always return same value that is equal to current ...
3
votes
2answers
110 views

How to create an interface which shows the objects in left side and detail for each object in the right side?

I'm not sure which container or component can help to create the following menu bar. I already created the menu bar and status bar at the bottom. But I have no idea which interface is the best. I ...
1
vote
4answers
547 views

How to log data to a JTextArea (or JTextPane) from a thread that doesn't have a swing component init?

I have a GUI application that process some data, it converts line of text to an object. Each object that is created is shown on a JTextPane ot JTextArea. example: Line # 1 created 827401830 Line # 2 ...
1
vote
2answers
177 views

How to populate a JTextPane

I have an array of string and would like to add them one by one to the JTextPane, each of which to be separated by a new line. How would I go about achieving this?
1
vote
2answers
215 views

Fix the width of a JTextPane in a GridBagLayout

I have this panel: public class MyPanel extends JPanel { public MyPanel() { super(); this.setLayout(new GridBagLayout()); GridBagConstraints gbc = new ...
0
votes
2answers
226 views

Get font size of selected text in JTextPane

In my text editor, I give the option to change text through a JComboBox and a StyledEditorKit. The only problem is that once I select a size in the combo box (and it changes the selected text), and ...
0
votes
1answer
136 views

StyledEditorKit.FontSizeAction() Doesn't work through JButton

I have a JToolBar and a JTextPane. On the toolbar I have buttons for bolding, underlining, etc. I tried to add a button that, when pressed, would increase the size of the text. This code appears at ...
1
vote
3answers
2k views

Swing JDialog/JTextPane and HTML links

I am using an html page inside a swing JTextPane in a JDialog. In the html I have a <a href="mailto:email@adress.com">John</a> When I view the web page via an explorer when the mouse goes ...
3
votes
2answers
379 views

Change Text Cursor Size in JTextPane

I'm making a simple text editor, and I have a JTextPane and changed the spacing to 1.5f. The only problem is that the "Text Cursor" spans all the pixels from the current line to the next one, ...
0
votes
3answers
212 views

How to get output from a .bat process to display in a JTextPane?

My program requires that I run a .bat file which will compile java source. This is running fine, however I am looking for a solution which will get the output (and possible errors) of compile.bat and ...
5
votes
1answer
273 views

How to wrap text around components in a JTextPane?

I don't understand the wrapping behavior in a JTextPane. If I insert a short text, then a JComponent and then again the short text I can see the inserted stuff in one line if the frame is large enough ...
1
vote
0answers
364 views

Coloring Java keywords in JTextPane

I am trying to prepare a Java editor using JTextPane. For this, I am first searching index of keyword and then manipulating it. My code is here (I am using NetBeans for making GUI, so I have deleted ...
4
votes
3answers
1k views

How do I set different colors for text and underline in JTextPane?

Just been trying to color the text in JTextPane - but the issue is cannot have different colors for text and the underline. How should I do that or is that even possible? The example below prints all ...
0
votes
2answers
252 views

How to prevent JScrollPane arrow key handling from moving caret when Scroll Pane wraps Text Pane

I have the following requirements: I need a scrollable JTextPane. The user may type into this text pane, or text may be inserted into it that is not typed by the user. Think something like an IM ...
1
vote
2answers
935 views

JTextPane - dynamic word wrap

I tried to use jTextPane1.setText("xxx xxxx xxx xxxxx xx xxx xxxx xxx etc..."); but JTextPane does not word wrap it at all showing all the text in one line only instead. It would be interesting to ...
0
votes
1answer
88 views

JTextPane - Make Caret Normal Size?

So I am trying to make the text in a JTextPane double spaced. Here's my code: MutableAttributeSet attrs = editor.getInputAttributes(); StyleConstants.setLineSpacing(attrs, 2); ...
1
vote
2answers
259 views

JTextPane undo and redo whole words

I used the UndoManager to add undo and redo functionality to my JTextPane. However, it saves the text every time text is entered, so it undos to the last letter. How can I make it undo to the last ...

1 2 3 4 5 9