Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The method has the following signature:

Panelnoformat

_modifier_ URL getResource(String path);

Where the modifier may be public, protected, or private (if the method is declared in the class of the resource provider). It is suggested to use the private modifier if the method is declared in the resource provider class or the protected modifier if the method is declared in a base class of the resource provider.

...