Tag: icon

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