mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-2698 refactor UI elements to lock down HTML rendering
This commit is contained in:
parent
a03c96d37b
commit
e0c25b0590
360 changed files with 3895 additions and 4563 deletions
|
@ -26,6 +26,7 @@ import javax.swing.*;
|
|||
import javax.swing.border.Border;
|
||||
import javax.swing.border.LineBorder;
|
||||
|
||||
import docking.DockingUtils;
|
||||
import docking.widgets.EmptyBorderButton;
|
||||
import ghidra.graph.viewer.vertex.AbstractVisualVertex;
|
||||
import ghidra.graph.viewer.vertex.VertexShapeProvider;
|
||||
|
@ -67,8 +68,8 @@ public class FcgVertex extends AbstractVisualVertex implements VertexShapeProvid
|
|||
private JLayeredPane layeredPane;
|
||||
private JButton toggleInsButton = new EmptyBorderButton(EXPAND_ICON);
|
||||
private JButton toggleOutsButton = new EmptyBorderButton(EXPAND_ICON);
|
||||
private JLabel nameLabel = new JLabel();
|
||||
private JLabel vertexImageLabel = new JLabel();
|
||||
private JLabel nameLabel = DockingUtils.createNonHtmlLabel();
|
||||
private JLabel vertexImageLabel = DockingUtils.createNonHtmlLabel();
|
||||
|
||||
private Double vertexShape;
|
||||
private Double compactShape;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue