API for customizing a GUI that shows the current stock price of VOO, the Vanguard S&P Index ETF.
Included Files:
- Thacker_API_StockTicker_Documentation.docx - Documentation for the API. Please refer to this document for methods, classes, and additional information.
- API_StockTicker.java - The API. Do not change anything in this file.
- StockTickerTemplate.java - The file that inherits from API_StockTicker. Follow the comments labeled “TODO:” to customize your Stock Ticker GUI.
- StockTickerDemo.java - Example program that makes use of API_StockTicker.