*/
public void testCreateUIs() {
JButton button = new JButton();
JLabel label = new JLabel();
ComponentUI buttonUI = UIManager.getUI(button);
ComponentUI labelUI = UIManager.getUI(label);
MultiButtonUI multiButtonUI = new MultiButtonUI();
MultiLabelUI multiLabelUI = new MultiLabelUI();
LookAndFeel auxLaf = new SyserrLookAndFeel();
// without auxiliary look and feels createUIs returns UI fron default