Hello good day.
I have an idea for my program. I have a Table in my display. I want to add a Component to - let's say - the right of my screen. When I click this component it should display to me buttons and other components that I have added to it. I want this component is activiated I want it to display from one side of my Frame as a layer over the Table that I have in my display; much like a docked panel or overlay panel.
I would love to know how I could accomplish this please? Are there any components that would facilitate this?
My current GUI setup is this.
My JFrame has a JScrollPane with a JTabbedPane as it's viewport view. On one of the tabbed pane's JPanel's there is THAT TABLE I mentioned added to it within a JScrollPane.