• Class Applet
    1. AccessibleContext getAccessibleContext() Gets the AccessibleContext associated with this Applet.
    2. AppletContext getAppletContext() Determines this applet's context, which allows the applet to query and affect the environment in which it runs.

  • Class Color
    1. Color brighter() Creates a new Color that is a brighter version of this Color.
    2. Color darker() Creates a new Color that is a darker version of this Color.

  • Class Graphics
    1. abstract void clearRect(int x, int y, int width, int height) Clears the specified rectangle by filling it with the background color of the current drawing surface.
    2. abstract void clipRect(int x, int y, int width, int height) Intersects the current clip with the specified rectangle.