public void testUpdateUI() throws Exception {
LookAndFeel laf = UIManager.getLookAndFeel();
try {
JButton button = new JButton();
BasicLookAndFeel lookAndFeel1 = new BasicLookAndFeel() {
private static final long serialVersionUID = 1L;
@Override
public boolean isSupportedLookAndFeel() {
return true;