I am making an application on swing. When I tried to fetch record from database which has more than thousands rows. It takes few time to retrieve. It may make bored to my client. So I want to display message like
Loading please wait...
If request takes more than 5 minutes to get response at any request I want to display like above message. Please help me.. Thanks