So I have the program built already. It basically is just a simple class that grabs the source from a page. Scrapes out the data it needs and displays that data in a JFrame.
The part that has stumped me is that this webpage updates constantly...maybe as many times as 5 or 6 times every minute.
Now if connections to the server aren't a worry. Is there anyway for me to simply just repeat my code indefinitely every 30 seconds or whatever interval until I close program. Preferably without any user interaction.
This is the first attempt of Java programming that I have ever done so am pretty happy with out far I have gotten so far. TIA for any help.
The part that has stumped me is that this webpage updates constantly...maybe as many times as 5 or 6 times every minute.
Now if connections to the server aren't a worry. Is there anyway for me to simply just repeat my code indefinitely every 30 seconds or whatever interval until I close program. Preferably without any user interaction.
This is the first attempt of Java programming that I have ever done so am pretty happy with out far I have gotten so far. TIA for any help.