mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1981 - Fixed table header rendering
This commit is contained in:
parent
5d51845cca
commit
cd4ab3a156
7 changed files with 200 additions and 244 deletions
|
@ -141,17 +141,6 @@ public class HTMLUtilities {
|
|||
public static String HTML_SPACE = " ";
|
||||
public static String HTML_NEW_LINE = BR;
|
||||
|
||||
public static final String MAROON = "#990000";
|
||||
public static final String GREEN = "#009900";
|
||||
public static final String BLUE = "#000099";
|
||||
public static final String PURPLE = "#990099";
|
||||
public static final String DARK_CYAN = "#009999";
|
||||
public static final String OLIVE = "#999900";
|
||||
public static final String ORANGE = "#FF9900";
|
||||
public static final String PINK = "#FF9999";
|
||||
public static final String YELLOW = "#FFFF00";
|
||||
public static final String GRAY = "#888888";
|
||||
|
||||
/**
|
||||
* Marks the given text as HTML in order to be rendered thusly by Java widgets.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue