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

📄 build.java

📁 java base64
💻 JAVA
字号:
package com.mindprod.common11;

import java.awt.Color;

/**
 * @author Roedy Green, Canadian Mind Products
 * @version 1.0, 19-Sep-2007 Created with IntelliJ IDEA.
 */
public class Build
    {
    // ------------------------------ FIELDS ------------------------------

    /**
     * name of the code signing cert without .cer
     */
    public static final String MINDPRODCERT = "mindprodcert2008dsa";

    /**
     * incremented for each microrelease even when version numbers are not changed.  Global to all apps.
     */
    public static final int BUILD_NUMBER = 9176;

    /**
     * current year, used for copyright
     */
    public static final int THIS_COPYRIGHT_YEAR = Misc.thisYear();

    /**
     * colour to let app blend with CMP background
     */
    public static final Color BLEND_BACKGROUND = new Color( 0xf4fff7 );
    }

⌨️ 快捷键说明

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