File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes How to add gutter space after each column in JTextpane? 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 "How to add gutter space after each column in JTextpane? " Watch "How to add gutter space after each column in JTextpane? " New topic
Author

How to add gutter space after each column in JTextpane?

pn goel
Greenhorn

Joined: Dec 07, 2009
Posts: 2
hi,

I am using a multi column JTextpane. The main problem is that there is no space among all columns. The user is unable to read the data properly by differenciating among columns. The user wants there should be gutter space after each column. So that, the matter in each column can be read in better way. I am using the following code to divide the JTextPane into columns:



Any Idea?>
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to add gutter space after each column in JTextpane?
 
Similar Threads
Does arrayList.contains use == or .equals?
pagination in jtextpane
Alpha beta pruning with negamax
Zoom in TextPane
JTable and its size