@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CustomGUIComponent
Annotation to be applied to a method in a class that is annotated with the @Tool annotation This annotation
identifies a method that returns a JPanel that will be used as the basis of the popup panel.
The method must be a getter with no parameters and a return type of JPanel or a subclass.