Tree Code
DesignTree
首頁
DesignTree
FundTree
2009年8月7日 星期五
JPanel background
The easiest way to do this is to extend JPanel and override the paintComponent method.
public void paintComponent( Graphics g )
{
super.paintComponent( g );
Graphics2D g2d = (Graphics2D) g;
}
cf
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言