Related resources for Drawing Shapes using Threading
  • Drawing Shapes using Threading12/7/2005 11:31:48 PM. This is simple multi-threading program that draws circles and rectangles. Each shape is handle by individual thread that created every time you press start button. Using sleep method on each thread we can change the speed of each shape.