1
jLabel.setBorder(BorderFactory.createLineBorder(Color.BLUE));

在此之后如何检查边框颜色?

4

1 回答 1

8

检查api,我会说

((LineBorder)jLabel.getBorder()).getLineColor();
于 2013-04-14T13:08:16.040 回答