VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form information
BackColor
//
// INFORMATION.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
# Microsoft Developer Studio Project File - Name="Information" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
; Information.def : Declares the module parameters for the DLL.
LIBRARY "Information"
DESCRIPTION 'Information Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
public class Information
{
String name = null;
String password = null;
String remark = null;
public Information( String n, String p, String r)
{
name = n;
password = p;
remark =
package huazheng;
import java.awt.Color;
import javax.swing.*;
import javax.swing.JFrame;
public class Information {
public void huazheng(){
JTextArea area=new JTextArea();
area.s