• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

scrollbar as needed: but in a TextArea, not a JTextArea

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I have a TextArea in a GUI, which can't use Swing.
I'd like to add the same feature as when using JTextArea, where you can use JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED
Is there any option to do so, or I'd have to create my own TextArea type?
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic