我有一个JButton,我想给它添加一个图标。我想使用提供TrueType字体文件的FontAwesome的基于字体的图标。我尝试添加的图标是播放按钮图标。FontAwesome的css文件中的播放按钮图标是\f04b,我认为它在Java语言中翻译为\uf04b。
这就是我如何在by IconButton基类的构造函数中加载字体。
public class IconButton extends JButton {
public IconButton() {
try {
InputStream in = this.getClass().getResourceAsStrea