warning problem

what does this warning mean?Warning; deprecation show() in java.awt.Windows has been deprecatedwhen i wan to show JFrame it appearswhat caan i do ?
[175 byte] By [bachir1983a] at [2007-10-2 20:58:15]
# 1

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.

atmguya at 2007-7-13 23:42:58 > top of Java-index,Developer Tools,Java Compiler...