View Single Post
  #2 (permalink)  
Old 08-30-2008, 05:28 AM
Fubarable's Avatar
Fubarable Fubarable is offline
Moderator
 
Join Date: Jun 2008
Posts: 6,483
Rep Power: 8
Fubarable is on a distinguished road
Default
This means precisely what it says: don't use the show() method, use something else. This is because the Sun folks have decided that show is out of date, perhaps even dangerous to use, that better options are available. This of course begs the question, which other method should I use? Fortunately for us, the answer is readily available in the API. If you go to to the Window API and look up the show() method you'll see the answer.
Reply With Quote