Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jLabel.setBorder(BorderFactory.createLineBorder(Color.BLUE));
在此之后如何检查边框颜色?
检查api,我会说
((LineBorder)jLabel.getBorder()).getLineColor();