bytecode-viewer
bytecode-viewer copied to clipboard
Tabs and fix for splitpanes being reset during resize
- Renamed
CloseButtonComponentto a more suitable name:TabComponent - Cleaned up
DraggableTabbedPane - When closing a tab using "Close All but This" or "Close Tab" in the context menu, it would not remove the tab from the
openedTabsarray, so when trying to open up the closed files it would not let you.