HTML5 Cloud Solutions
Overview
exxWeb-it
Cloud Components Frameworkâ˘
Java
Java
To use CCF with Java there is a Swing interface (jar).
The component can directly be added to a frame.
public WordProcessorSimpleSample()
{
frame = new JFrame("Cloud Components Framework Sample - Word Processor");
frame.setLayout(new BorderLayout());
// Create class instance
CCFWordProcessor wp = new CCFWordProcessor("http://www.cloud-components.com/ccfgateway.aspx", "wp1");
frame.add(wp, BorderLayout.CENTER);
wp.setPreferredSize(new Dimension(800, 600));
}


HTML5 CLOUD SOLUTIONS
