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

📄 cameraform$1.java

📁 j2me写的google地图
💻 JAVA
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov  Date: 2008-6-16 11:18:50
// 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.map.*;
import com.eightmotions.mm.Flickr;
import com.eightmotions.util.Labels;
import com.eightmotions.util.UtilMidp;
import java.io.PrintStream;
import java.util.Vector;
import javax.microedition.lcdui.*;

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

final class CameraForm$1
    implements Runnable
{

    public void run()
    {
//        try
//        {
//            String localtags = CameraForm.access$000(CameraForm.this);
//            if(CameraForm.access$100(CameraForm.this).m_lastLocation != null)
//                localtags = localtags + " geotagged geo:lon=" + CameraForm.access$100(CameraForm.this).m_lastLocation.m_lon + " geo:lat=" + CameraForm.access$100(CameraForm.this).m_lastLocation.m_lat;
//            else
//                localtags = localtags + " geotagged geo:lon=" + CameraForm.access$100(CameraForm.this).getLon() + " geo:lat=" + CameraForm.access$100(CameraForm.this).getLat();
//            String id = CameraForm.access$500(CameraForm.this).SendPhoto(CameraForm.access$200(CameraForm.this), CameraForm.access$300(CameraForm.this), CameraForm.access$400(CameraForm.this), localtags, true);
//            CameraForm.access$600(CameraForm.this).setCurrent(CameraForm.access$100(CameraForm.this));
//            boolean ok;
//            if(id != null)
//                ok = CameraForm.access$500(CameraForm.this).sendLonLat(id, UtilMidp.toString(CameraForm.access$100(CameraForm.this).getLon()), UtilMidp.toString(CameraForm.access$100(CameraForm.this).getLat()));
//            Alert a;
//            if(id == null)
//            {
//                a = new Alert(Labels.getL(105), CameraForm.access$500(CameraForm.this).getLastErrorMsg(), null, AlertType.ERROR);
//                if(CameraForm.access$500(CameraForm.this).getLastErrorCode() == 98)
//                    CameraForm.access$500(CameraForm.this).clearToken();
//            } else
//            {
//                a = new Alert(Labels.getL(106), "Id:" + id, null, AlertType.INFO);
//                OneLoc photoLoc;
//                if(CameraForm.access$100(CameraForm.this).m_lastLocation != null)
//                    photoLoc = new OneLoc(CameraForm.access$100(CameraForm.this).m_lastLocation.m_lon, CameraForm.access$100(CameraForm.this).m_lastLocation.m_lat);
//                else
//                    photoLoc = new OneLoc(CameraForm.access$100(CameraForm.this).getLon(), CameraForm.access$100(CameraForm.this).getLat());
//                photoLoc.name = CameraForm.access$300(CameraForm.this);
//                photoLoc.description = CameraForm.access$400(CameraForm.this);
//                photoLoc.iconImage = UtilMidp.getThumbnail(null, 0, 0, CameraForm.access$700(CameraForm.this), 40);
//                CameraForm.access$100(CameraForm.this).listPlaces.addElement(photoLoc);
//                if(CameraForm.access$100(CameraForm.this).m_record)
//                {
//                    String pictureUrl = "<img src=\"" + CameraForm.access$500(CameraForm.this).GetUrl(id) + "\" />";
//                    photoLoc.description = pictureUrl;
//                    System.out.println(" image name:" + photoLoc.imageName);
//                    CameraForm.access$100(CameraForm.this).curSavedTrack.addLoc(photoLoc);
//                }
//                CameraForm.access$702(CameraForm.this, null);
//                CameraForm.access$202(CameraForm.this, null);
//            }
//            CameraForm.access$600(CameraForm.this).setCurrent(CameraForm.access$800(CameraForm.this));
//            CameraForm.access$600(CameraForm.this).setCurrent(a);
//        }
//        catch(Exception e)
//        {
//            UtilMidp.addDebug("Error:" + e.toString());
//            Alert a = new Alert(Labels.getL(4), e.toString(), null, AlertType.ERROR);
//            a.setTimeout(-2);
//            CameraForm.access$600(CameraForm.this).setCurrent(a);
//            e.printStackTrace();
//        }
    }

    CameraForm$1()
    {
    }
}

⌨️ 快捷键说明

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