I made a program to search a file for me, however I do not know how to show the findings. The current set up is
[JTextField][Search Button]
[
JTextArea
]
Is there a way to make the data show up in the JTextArea without having to show the whole entire document which consists of over a million lines?
Thanks
