📄 bufferimage$1.java
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2008-6-16 11:20:30
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: BufferImage.java
package com.eightmotions.map;
// Referenced classes of package com.eightmotions.map:
// BufferImage
public class BufferImage$1
implements Runnable
{
public void run()
{
try
{
Thread.sleep(2000L);
}
catch(InterruptedException ex)
{
ex.printStackTrace();
}
if(BufferImage.m_useRMS)
BufferImage.initRms();
while(BufferImage.m_cont)
try
{
if(!BufferImage.checkBuffer())
Thread.sleep(1000L);
else
Thread.sleep(100L);
}
catch(Exception e)
{
e.printStackTrace();
}
}
BufferImage$1()
{
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -