⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cameraform$imagecanvas.java

📁 j2me写的google地图
💻 JAVA
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov  Date: 2008-6-16 11:18:59
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 
// Source File Name:   CameraForm.java

package com.eightmotions.map.extra;

import com.eightmotions.util.Labels;
import com.eightmotions.util.UtilMidp;
import javax.microedition.lcdui.*;

// Referenced classes of package com.eightmotions.map.extra:
//            CameraForm

 class CameraFormImageCanvas extends Canvas
{

    public void paint(Graphics g)
    {
//        g.setColor(0xffffff);
//        g.fillRect(0, 0, getWidth(), getHeight());
//        if(CameraForm.access$700(CameraForm.this) != null)
//        {
//            if(CameraForm.access$900(CameraForm.this))
//                UtilMidp.getThumbnail(g, 0, 0, CameraForm.access$700(CameraForm.this), getWidth() - 10);
//            else
//                g.drawImage(CameraForm.access$700(CameraForm.this), (getWidth() - CameraForm.access$700(CameraForm.this).getWidth()) / 2, (getHeight() - CameraForm.access$700(CameraForm.this).getHeight()) / 2, 20);
//        } else
//        {
//            g.setColor(0);
//            g.drawString(Labels.getL(113), getHeight() / 2, 10, 20);
//        }
    }

    public CameraFormImageCanvas(String title)
    {
        setTitle(title);
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -