Category: Swing

Drawing Android icon in swing

Hi, I tried to make android robot in java swing. I found 2 ways of doing this: Get android robot image, and show it as background in panel. Draw whole robot shape in java 2d graphics. Here I will demonstrate the second way. The final output will be like this: There are mainly five shapes … Continue reading Drawing Android icon in swing

Advertisement

Circular progress bar in Java Swing

Had you ever got thought of creating a circular progress bar in swing? yes, huh. At first it sounds difficult but then when you start building it then you might found that it is very easy if you have already made an clock application. 🙂 Final result would be like this: We will start by … Continue reading Circular progress bar in Java Swing