I work in a desktop application. In my application, I perform a login operation when a user enters their ID and password. The login page is created in java swings using jDialog. When a user enters their credentials, it takes several minutes to verify the user. I want to add a tool for segments with the message βWaitβ, which will be displayed when you click the βNextβ button.
I had no swing control that could be used as a cropping tool. During the search, I realized that ajax loader.jpg can be used as a tool for trimming, but not getting how I can use it in my jDialog.
Please suggest me some way to add a cutting tool.
java swing
Toman
source share