Skip to content

Replace custom ImageIcons with UIManager constants #352

@vbmacher

Description

@vbmacher

All toolbar icons (or other standard icons) should be using constants from UIManager instead of keeping icons in resources, e.g.:

btnBrowse.setIcon(UIManager.getIcon("Tree.openIcon"));

Then, emuStudio will set these icons globally:

Icon openIcon = new ImageIcon("open.gif");
UIManager.put("Tree.openIcon", openIcon);
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions