From: Brett L. <wak...@ea...> - 2006-01-13 02:35:52
|
>>One other problem is, that during the OR I cannot make the >>Stock Chart window visible. Perhaps you can look at that? >> > >Yeah, I just noticed that issue myself. I suspect it has something to do with incorrectly setting the StockMarket window visibility to false. I'll check it out. > > Ok, got that fixed. No more setting the window to invisible immediately after we make it visible. While I was mucking about in StatusWindow, I also cleaned up most of the strings. I set up several more static strings to consolidate them into. I also cleaned up the actionPerformed() method so that now everything works within a single (long) if/else clause instead of the multiple conditional statements we had. ---Brett. |