views:

42

answers:

1

I make my own GUI see here but system is taking too much resources on further looking into the issue i have found that java pumpevents method is talking too much time. Any resolutions ???? pump events more detail pump event detail

A: 

There are too many objects instantiating in GUI that you have provided. Make some fields static and check before creating that do they already exists...if..then... [Singleton Concept].

Aizaz