(Graphics g)
| 75 | } |
| 76 | */ |
| 77 | public static void drawFooter(Graphics g){ |
| 78 | g.setColor(0x000000); |
| 79 | g.fillRect(0, scHeight-boldHeight, scWidth, boldHeight); |
| 80 | } |
| 81 | |
| 82 | public static void drawCenterCommand(Graphics g, String val){ |
| 83 | g.setColor(0xffffff); |