📄 e689. setting a description for image icons.txt
字号:
Image icons can be inserted in a variety of places such as in a text or tree component. You should set a description for image icons to help blind users.
ImageIcon icon = new ImageIcon("image.gif");
icon.setDescription("Description of Image");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -