Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Jerome J asked in Computers & InternetSoftware · 1 decade ago

What do I use instead of Frame.show()?

I tried to recompile and run some of my old Java programs and I get the messages on my statements where I use the .show() method that it is now deprecated. What do I use instead?

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    Frame.setVisible(true);

Still have questions? Get your answers by asking now.