mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +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
|
@ -23,6 +23,8 @@ import java.awt.event.ActionListener;
|
|||
|
||||
import javax.swing.*;
|
||||
|
||||
import docking.DockingUtils;
|
||||
|
||||
public class SearchGuiSingle extends SearchBaseExtended {
|
||||
|
||||
private JButton searchButton;
|
||||
|
@ -48,7 +50,7 @@ public class SearchGuiSingle extends SearchBaseExtended {
|
|||
opTwoCheckBox = new JCheckBox("Operand 2", false);
|
||||
constCheckBox = new JCheckBox("Constants", false);
|
||||
searchButton = new JButton();
|
||||
jLabel1 = new JLabel();
|
||||
jLabel1 = DockingUtils.createNonHtmlLabel();
|
||||
|
||||
GroupLayout jPanel1Layout = new GroupLayout(jPanel1);
|
||||
jPanel1.setLayout(jPanel1Layout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue