Go to the API documentation. Here's a link to 1.5 API http://java.sun.com/j2se/1.5.0/docs/api/index.html
In the pane on the left that lists the classes, find the Window class and click on it.
Scroll down to find the show() method.
Read what it says :-)
In most cases, the API provides the solution for deprecated methods.