04-28-2008, 10:47 AM
|
#6 (permalink)
|
| Knows Where the Search Button Is
Join Date: Feb 2008 Model: 8100 PIN: N/A Carrier: do not know
Posts: 22
Post Thanks: 0 Thanked 0 Times in 0 Posts
| I extend class Menu and overwrite paint() and implement Graphics.translate(int x,int y) , the purpose is to translate the menu to the position I want it to be, but the paint method is not invoked. The code just like this:
protected void paint(Graphics graphics){
graphics.translate(10,20);
}
Is it wrong? |
| Offline
| |