标签: java components jlabel
我想知道如何在JLabel中获取图像的文件名? - 注意 - 我只有JLabel 我尝试了什么:
public static String get(Component c){ String s = c.getName(); retrun s; }
但我的问题是它返回null。