Style.registerProperty(ArProperties.borderForeground);
Style.registerProperty(ArProperties.borderMargin);
Style.registerFunction(ArFunctions.groupBorder);
Style.registerProcessor(JComponent.class, new JComponentProcessor());
Style.registerProcessor(Button.class, new Button.Processor());
Style.registerProcessor(TabPanel.class, new TabPanel.Processor());
Style.registerProcessor(TabPanelHeaderPanel.class, new TabPanelHeaderPanel.Processor());
Style.registerProcessor(TabPanelHeaderSubPanel.class, new TabPanelHeaderSubPanel.Processor());
Style.registerProcessor(PaintedPanel.class, new PaintedPanel.Processor());