mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-1981 Added IconModifiers for sizing,translating, disabling, and
creating overlayed icons in the theme files. Also some VT icon externalization
This commit is contained in:
parent
b2d16ab982
commit
dd31ff47a2
80 changed files with 1555 additions and 525 deletions
|
@ -58,8 +58,8 @@ public class SetVertexMostRecentColorAction extends MultiActionDockingAction {
|
|||
Icon blankIcon = new EmptyIcon(16, 16);
|
||||
|
||||
MultiIcon multiIcon = new MultiIcon(blankIcon);
|
||||
ImageIcon paintBrushImage = ResourceManager.loadImage("images/paintbrush.png");
|
||||
ImageIcon scaledBrush = ResourceManager.getScaledIcon(paintBrushImage, 16, 16);
|
||||
Icon paintBrushImage = ResourceManager.loadImage("images/paintbrush.png");
|
||||
Icon scaledBrush = ResourceManager.getScaledIcon(paintBrushImage, 16, 16);
|
||||
|
||||
Point point = getLowerLeftIconOffset(blankIcon, colorIcon);
|
||||
Icon translateIcon = new TranslateIcon(colorIcon, point.x, point.y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue