finance.stocks
Class StockTable

java.lang.Object
  extended by finance.stocks.StockTable

public class StockTable
extends java.lang.Object

Copyright 2005, DocJava, Inc. User: dlyon Date: Oct 4, 2006 Time: 1:15:19 PM //todo modify this class so that the stock list can be updated and // saved to user preferences.


Constructor Summary
StockTable()
           
 
Method Summary
 java.util.Vector getQuotes()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockTable

public StockTable()
Method Detail

getQuotes

public java.util.Vector getQuotes()

main

public static void main(java.lang.String[] args)