[java-gnome-hackers] StockNames
Brought to you by:
afcowie
From: Sergio R. <ser...@hi...> - 2002-08-25 00:06:58
|
Hi all! Jeff, don't you think that StockNames should be static StockName objects? I mean, if you are going to create a new stock Button ie, Button b=new Button(StockName.SAVE); you can't do it like this, firts of all you have to build the StockName object, StockName obj=new StockName(StockName.SAVE); Button b=new Button(obj); I this correct? |