Stock Monitor
Stock Monitor is a Swing application I am creating alongside the SwingFast library, to validate its design. It represents a good exercise with multi-threading, fetch and analysis of data from the net and a GUI with a lot of numbers
.
The main features are:
- Plug-ins that automatically fetch the finance pages of Yahoo or Google and extract data from the HTML.
- List of Stocks that are being watched, with several sorting options.
- Internal calculation gives advice based on user’s ratings as well as those found on the Net.
Work in progress…