Hi all,
I have developed swing based java application. I have overwritten most of the paintComponent methods for customizing look and feel.
I have 3 xml files, First file consists of background colors(like 123,123,123), foreground colors of various components and other files consists of some data.So, when i load the application first those 3 files must be parsed and loads the application as per the colors in the first xml file.
My issue is while running the application it takes more time as expected to display the UI.Can anyone suggest to improve the performance of UI.
Thanks,
Murali.