Class BasicErrorPaneUI.ResizeWindow

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    BasicErrorPaneUI

    private final class BasicErrorPaneUI.ResizeWindow
    extends java.lang.Object
    implements java.awt.event.ActionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Window w  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ResizeWindow​(java.awt.Window w)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent ae)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • w

        private java.awt.Window w
    • Constructor Detail

      • ResizeWindow

        private ResizeWindow​(java.awt.Window w)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent ae)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener