Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

re: API error

Status
Not open for further replies.

M626

Programmer
Mar 13, 2002
299
I did that and it saying that it doesn't like anything that has .hide or .show
should I be using something other than .hide or .show.

 
Check the Javadocs for the offending class and the documentation for the deprecated methods will usually tell you the preferred solution.

In your case both show() and hide() have been replaced in favor of setVisible(boolean).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top