Hinweiskomponente
Hinweiskomponente is a software user interface element that displays additional information when a user interacts with an application. The term originates from German, where “Hinweis” means hint or notice and “Komponente” refers to a component. It is analogous to the tooltip or help bubble found in many graphical user interface libraries. The component typically appears when a control or element receives focus, when a user hovers the cursor over it, or when a specific action such as pressing F1 is performed. Its main purpose is to provide context‑aware help, clarify optional fields, explain complex terminology, or offer short usage instructions without cluttering the main UI.
Typical implementations are available in desktop frameworks such as Microsoft Windows Forms, Java Swing, Qt, and
The evolution of the component has followed the broader trend toward progressive disclosure: only showing advanced