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

📄 sy0x0000.java.svn-base

📁 梦界家园程序开发基底框架
💻 SVN-BASE
字号:
package jm.form.gui.swing.game.sy.sy0x ;
//
//import java.awt.* ;
//import java.awt.event.* ;




public class SY0X0000
{
//    public static final String CLASS_NAME = "VIEWTEXT" ;
//    public static final String TITLE = "TITLE" ;
//    public static final String VALUES = "VALUES" ;
//    private JMGPanel rgpBack = new JMGPanel () ;
//    private JMButton bClose = new JMButton () ;
//    private JMTextArea rTAValues = new JMTextArea () ;
//    private JMFolder poDataForm = null ;
//    public ViewText ( FrameCore aoOwner , boolean abModal )
//    {
//        super ( aoOwner , abModal ) ;
//    }
//
//    public ViewText ( DialogCore aoOwner , boolean abModal )
//    {
//        super ( aoOwner , abModal ) ;
//    }
//
//    //Initialize the applet
//    protected void onParamReceived ()
//    {
//        try
//        {
//            poDataForm = getParamData () ;
//            jbInit () ;
//        }
//        catch ( Exception e )
//        {
//            close () ;
//            return ;
//        }
//    }
//
//    //Component initialization
//    private void jbInit ()
//        throws Exception
//    {
//        this.setSize ( new Dimension ( 640 , 480 ) ) ;
//        this.getContentPane ().setLayout ( null ) ;
//        this.setTitle ( poDataForm.getStringValue ( TITLE ) ) ;
//        rgpBack.setBounds ( new Rectangle ( 0 , 0 , 630 , 446 ) ) ;
//        bClose.setBounds ( new Rectangle ( 500 , 30 , 80 , 30 ) ) ;
//        bClose.setText ( BUTTEN_COLSE ) ;
//        bClose.setHelp ( BUTTEN_COLSE_HELP ) ;
//        bClose.addActionListener ( new java.awt.event.ActionListener ()
//        {
//            public void actionPerformed ( ActionEvent e )
//            {
//                close () ;
//            }
//        } ) ;
//        rTAValues.setText ( poDataForm.getStringValue ( VALUES ) ) ;
//        rTAValues.setBounds ( new Rectangle ( 30 , 75 , 570 , 335 ) ) ;
//        rTAValues.setMaxStringNum ( 20000 ) ;
//        rTAValues.setIMEMethod ( rTAValues.IME_ON ) ;
//        rTAValues.setMaxLineLength ( 46 ) ;
//        rTAValues.setRefusalCharacterMode ( 14 ) ;
//        rTAValues.setLengthMethod ( JMTextField.LENGTH_BY_UNICODE ) ;
//        this.getContentPane ().add ( rTAValues , null ) ;
//        this.getContentPane ().add ( bClose , null ) ;
//        this.getContentPane ().add ( rgpBack , null ) ;
//    }
}

⌨️ 快捷键说明

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