📄 b2199361.java
字号:
/* B2199361.java{{IS_NOTE Purpose: Description: History: Mon Oct 27 09:43:10 2008, Created by tomyeh}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT This program is distributed under GPL Version 2.0 in the hope that it will be useful, but WITHOUT ANY WARRANTY.}}IS_RIGHT*/package org.zkoss.zkdemo.test2;import org.zkoss.zk.ui.Page;import org.zkoss.zk.ui.util.Initiator;import org.zkoss.zul.Label;/** * Test of Bug 2199361. * * @author tomyeh */public class B2199361 implements Initiator { public void doInit(Page page, Object[] args) throws Exception { new Label("Hello, Initiator").setPage(page); } public void doAfterCompose(Page page) throws Exception { } public boolean doCatch(Throwable ex) throws Exception { return false; } public void doFinally() throws Exception { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -