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

📄 inputverifier.java.degredaded

📁 一个用java写的地震分析软件(无源码)-used to write a seismic analysis software (without source)
💻 DEGREDADED
字号:
package org.trinet.util.graphics;

/** This is a class that is added to JDK1.3 and is put here for compatiblity
 *  with v1.2.2*/
import javax.swing.*;

public class InputVerifier {

    public InputVerifier() {}

    public boolean verify(JComponent input) {
        return true;
    }

    public boolean shouldYieldFocus(JComponent input) {
        return verify(input);
    }
}

⌨️ 快捷键说明

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