Tag: java swing

Chat bubble in java swing

This article will explain you "how to draw chat bubble in  java swing application?" Chat bubble is same as call-out or thought bubble. Today most of the chat application is showing conversion in this format, so this article will help you to do the same in desktop application made in java swing. Following class is … Continue reading Chat bubble in java swing

Infinite progress bars in swing

Following are some infinite progress bars built in java swing 2d using JPanel's paintComponent(Graphics g) method. Windows XP I have seen this kind of loading icon while setting up windows XP, you might have also seen it: So how one can simulate same in swing? Here is the answer: Circular infinite progress bar For this you … Continue reading Infinite progress bars in swing