Re: Newbie on JtextArea swing component



I want to be able to set an arbitrary line as the top
visible line in the GUI and have the line highlighted.

see http://mindprod.com/jgloss/jscrollpane.html
and http://mindprod.com/jgloss/jtextarea.html
There is a gotcha. Strangely you need SwingUtilities.invokeLater even
when you have only one thread.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages

  • Re: StringBuffer.equals and StringBuilder.equals gotcha
    ... that could explain why old timers usually want any gotcha left as is. ... Roedy Green Canadian Mind Products ...
    (comp.lang.java.help)
  • Re: transfer binary files over network
    ... In my GUI I'm using only swing components. ... Roedy Green Canadian Mind Products ...
    (comp.lang.java.programmer)
  • Re: Jet command line
    ... Why does JET GUI takes so much ... it takes time to load the GUI ... Roedy Green Canadian Mind Products ...
    (comp.lang.java.programmer)
  • Re: Planner
    ... now need to build the GUI for the planner. ... Our planner have to show data as a Gantt's diagram and we don't know ... Roedy Green Canadian Mind Products ...
    (comp.lang.java.gui)
  • Re: UDP comm
    ... >I remember swearing out loud when I discovered this cause of a UDP ... >communication problem. ... I documented it as a gotcha at http://mindprod.com/jgloss/udp.html ... Canadian Mind Products, Roedy Green. ...
    (comp.lang.java.programmer)