Component Based UI"

From Documentation
m (Request for correction)
 
Line 1: Line 1:
 
Request for correction: Within the Java snipped following after the sentence "ZK components could be declared entirely in Java also:" I would like to add the import statements:
 
Request for correction: Within the Java snipped following after the sentence "ZK components could be declared entirely in Java also:" I would like to add the import statements:
  
 +
<source jang="java">
 
import org.zkoss.lang.SystemException;
 
import org.zkoss.lang.SystemException;
 
 
import org.zkoss.zk.ui.event.*;
 
import org.zkoss.zk.ui.event.*;
 +
</source>
  
 
--[[User:Pixmania|Pixmania]] 12:40, 1 May 2011 (UTC)
 
--[[User:Pixmania|Pixmania]] 12:40, 1 May 2011 (UTC)

Revision as of 12:43, 1 May 2011

Request for correction: Within the Java snipped following after the sentence "ZK components could be declared entirely in Java also:" I would like to add the import statements:

import org.zkoss.lang.SystemException;
import org.zkoss.zk.ui.event.*;

--Pixmania 12:40, 1 May 2011 (UTC)