Search text file and display results in a JPanel
问题 Does anyone have any ideas on how I can search a text file and list the results in a JComponent, like a JPanel. I've been trying to make this work out for two days now, but no success will really appreciate a reply. Thanks a lot in advance. I've been trying to write a class that handles search queries to a text file. My main goal is to get the lines in a text file that contain the search keywords entered in a JTextField and print them out in an appropriate JComponent(something like a