Java中Swing组件上绘图机制举例
A program which demonstrates the basic paint mechanism for Swing components (JPanel for example).[java] packagecom.han;importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;/***Aprogramwhichdemonstratesthebasicpaintmechanism...