clspublicvariables.java~1~

来自「《JBuilder编程技术与实例》(2006 四维科技 人民邮电)赠送代码——库」· JAVA~1~ 代码 · 共 31 行

JAVA~1~
31
字号
package MainForm;

/*
********************************************************************************
*																			   *
* Programmer: Philip V. Naparan                                                *
* Contact No.: 639186443161                                                    *
* E-mail Address: philipnaparan@yahoo.com                                      *
* Website: http://www.naparansoft.cjb.net                                      *
*    													   					   *
* "MABUHAY ANG MGA PINOY","PLEASE DON'T FORGET TO VOTE"                        *
*    													   					   *
* Note:																		   *
*      This is not intended to used in a big business because this system was  *
*      created for small business only. If you own a big business and planning *
*      to have a best software for your business then contact me. :-)          *
* 																			   *
********************************************************************************
*/



import javax.swing.*;
import java.awt.*;
import java.awt.event.*;

public class clsPublicVariables{
        //public static JInternalFrame CURRENT_SEARCH_FORM = null;

}

⌨️ 快捷键说明

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