JToolBar
JToolBar is a Swing component in Java that provides a container for a row or column of buttons or other controls, typically used for quick access to frequently used actions. It is part of the javax.swing package. A JToolBar can be placed within a JFrame or other container and can be docked to different sides of its parent window or floated as a separate window.
The primary purpose of a JToolBar is to present a set of buttons that trigger specific operations
Key features of JToolBar include its ability to be made floatable, allowing users to detach it from