JDK-4481051 : java.awt.Window.setFocusableWindow() method not found
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2001-07-18
  • Updated: 2001-07-18
  • Resolved: 2001-07-18
Related Reports
Relates :  
Description
call method java.awt.Window.setFocusableWindow() got following error:
Exception in thread "main" java.lang.NoSuchMethodError: java.awt.Window.setFocusableWindow(Z)V

Comments
EVALUATION The API name was changed to java.awt.Window.setFocusableWindowState(), just before the AWT focus feature got integrated. So the test case needs to be rewritten according to the new name. naoto.sato@Eng 2001-07-18
18-07-2001