diff options
| author | 2020-12-15 23:28:05 +0200 | |
|---|---|---|
| committer | 2021-01-23 16:27:09 +0200 | |
| commit | 68aaf143193201ecf71ced2ae6cd9eca7a0225a1 (patch) | |
| tree | 933f16082dee32d3bc3fbd4ba02d83d8b8d2cbac /enigma-swing/src/main/resources | |
| parent | Attempt fixing rare CME when loading a jar while tabs are open (diff) | |
| download | enigma-68aaf143193201ecf71ced2ae6cd9eca7a0225a1.tar.gz enigma-68aaf143193201ecf71ced2ae6cd9eca7a0225a1.tar.xz enigma-68aaf143193201ecf71ced2ae6cd9eca7a0225a1.zip | |
Add interface/enum/annotation icons and modifier displays
- Adds icons in the sidebar and structure panel for interfaces, enums
and annotations.
- Adds some modifiers (final, default, abstract, static) to the
structure panel.
Diffstat (limited to 'enigma-swing/src/main/resources')
| -rw-r--r-- | enigma-swing/src/main/resources/icons/annotation.png | bin | 0 -> 877 bytes |
| -rw-r--r-- | enigma-swing/src/main/resources/icons/enum.png | bin | 0 -> 506 bytes |
| -rw-r--r-- | enigma-swing/src/main/resources/icons/interface.png | bin | 0 -> 538 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/enigma-swing/src/main/resources/icons/annotation.png b/enigma-swing/src/main/resources/icons/annotation.png new file mode 100644 index 00000000..9589a67e --- /dev/null +++ b/enigma-swing/src/main/resources/icons/annotation.png | |||
| Binary files differ | |||
diff --git a/enigma-swing/src/main/resources/icons/enum.png b/enigma-swing/src/main/resources/icons/enum.png new file mode 100644 index 00000000..b64dc829 --- /dev/null +++ b/enigma-swing/src/main/resources/icons/enum.png | |||
| Binary files differ | |||
diff --git a/enigma-swing/src/main/resources/icons/interface.png b/enigma-swing/src/main/resources/icons/interface.png new file mode 100644 index 00000000..fc2bfe56 --- /dev/null +++ b/enigma-swing/src/main/resources/icons/interface.png | |||
| Binary files differ | |||