This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes Alignment for centering text in JTextPane does not work Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Alignment for centering text in JTextPane does not work" Watch "Alignment for centering text in JTextPane does not work" New topic
Author

Alignment for centering text in JTextPane does not work

Constanze Michaelis
Greenhorn

Joined: Jul 28, 2004
Posts: 28
Hi @ll.

I tried to use JTextPane to center a text which should be displayed to users for information.


What did I do wrong?

bye
Constanze
Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
You add the styles to the document of the JTextPane. There is a page in the java tutorial that has an example (application) of adding styles to a styled document: How to Use Editor Panes and Text Panes.
Constanze Michaelis
Greenhorn

Joined: Jul 28, 2004
Posts: 28
You add the styles to the document of the JTextPane. There is a page in the java tutorial that has an example (application) of adding styles to a styled document: How to Use Editor Panes and Text Panes.



I tried this way before, but it hasn'nt been working, too.

bye
Constanze
Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Alignment for centering text in JTextPane does not work
 
Similar Threads
Formatted text pane problem
Problem in getting a copy of JTextPane
JTextPane vs AWT TextArea
Need a help on developing multicolored textarea for chat application
StyleSheet in HTMLEditorKit