Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/intellij-sdk-code-samples
/ SdkIcons
Class
SdkIcons
module/src/main/java/icons/SdkIcons.java:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
import
javax.swing.*;
8
9
public
class
SdkIcons {
10
11
public
static
final
Icon Sdk_default_icon = IconLoader.getIcon(
"/icons/sdk_16.svg"
, SdkIcons.
class
);
12
13
}
Callers
nothing calls this directly
Calls
1
getIcon
Method · 0.45
Tested by
no test coverage detected