mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-5481 Created prototype data graph feature
This commit is contained in:
parent
8d95e97521
commit
f54bd20d40
102 changed files with 9267 additions and 366 deletions
|
@ -23,6 +23,7 @@ import javax.swing.*;
|
|||
|
||||
import docking.action.*;
|
||||
import docking.menu.*;
|
||||
import generic.theme.CloseIcon;
|
||||
import generic.theme.GColor;
|
||||
import ghidra.util.exception.AssertException;
|
||||
import ghidra.util.task.SwingUpdateManager;
|
||||
|
@ -32,7 +33,7 @@ import ghidra.util.task.SwingUpdateManager;
|
|||
*/
|
||||
class DockableToolBarManager {
|
||||
private static final Color BUTTON_COLOR = new GColor("color.fg.button");
|
||||
private static final Icon CLOSE_ICON = new CloseIcon(false, BUTTON_COLOR);
|
||||
private static final Icon CLOSE_ICON = new CloseIcon(false);
|
||||
private Icon MENU_ICON = new DropDownMenuIcon(BUTTON_COLOR);
|
||||
private GenericHeader dockableHeader;
|
||||
private ToolBarManager toolBarManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue