• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to get row count of JEditorPane content

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ranchers,

i have to print a html file which is placed in JEditorPane and i have some code on how to print a html file. but my code needs the number of lines JEditorPane is displaying or height of JEditorPane.


is there any way to get the number of lines displaying in JEditorpane?
or height of the JEditorPane (including total html content)?
if any one know the answer.please help me...........
Thanks in Advace.

Regards,
sasikala
[ May 10, 2005: Message edited by: sasi kala ]
reply
    Bookmark Topic Watch Topic
  • New Topic