Package org.jitterbit.ui

Examples of org.jitterbit.ui.UiResources


            }
        }
    }
   
    private static void customizeUiResources() {
        UiResources res = UiResources.getDefault();
        res.putFont(DayOfTheWeekCheckBoxPanel.FONT_RESOURCE_KEY, TextStyles.DefaultTextSmall.getFont());
        res.putFont(ItemRenamer.FONT_RESOURCE_KEY, TextStyles.TreeLeafText.getFont());
        res.putFont(TimeOfTheDayControl.FONT_RESOURCE_KEY, TextStyles.DefaultComboBoxText.getFont());
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.ui.UiResources

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.