123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html lang="en">
- <head>
- <title>README</title>
- </head>
- <body>
- <h2>SWTChart</h2>
- <i>version 0.10.0</i>
- <p>
- SWTChart is a chart component distributed under Eclipse Public License v1.0.
- </p>
- <table>
- <tr>
- <td>
- <code>org.swtchart_0.10.0/plugins/org.swtchart_0.10.0.v20160212.jar</code>
- </td>
- <td>
- - SWTChart
- </td>
- </tr>
- <tr>
- <td>
- <code>org.swtchart_0.10.0/EXAMPLES/org.swtchart.examples/*</code>
- </td>
- <td>
- - SWTChart examples (Eclipse Java Project)
- </td>
- </tr>
- </table>
- <h4>How to use SWTChart as Eclipse plug-in</h4>
- <p>
- The jar file <code>org.swtchart_0.10.0.v20160212.jar</code> can be used as Eclipse plug-in e.g. by placing it at <code>dropins</code> folder.
- </p>
- <h4>How to use SWTChart for standalone Java applications</h4>
- <p>
- Add the jar file <code>org.swtchart_0.10.0.v20160212.jar</code> to classpath.
- </p>
- <h4>How to run SWTChart examples</h4>
- <p>
- 1. Import the project <code>org.swtchart.examples</code> into Eclipse workspace.
- </p>
- <p>
- 2. Copy the required jar files at following location in Eclipse workspace.
- </p>
- <code>org.swtchart.examples/lib/org.swtchart_0.10.0.v20160212.jar</code>
- <br>
- <code>org.swtchart.examples/lib/swt.jar</code>
- <p>
- 3. Run <code>*Example</code> or <code>RunAllExamples</code> as Java application.
- </p>
- <br>
- <h2>SWTChart Extension</h2>
- <i>version 0.10.0</i>
- <p>
- SWTChart Extension is an extension of SWTChart, which is distributed under Eclipse Public License v1.0.
- </p>
- <table>
- <tr>
- <td>
- <code>org.swtchart_0.10.0/plugins/org.swtchart.ext_0.10.0.v20160212.jar</code>
- </td>
- <td>
- - SWTChart Extension
- </td>
- </tr>
- <tr>
- <td>
- <code>org.swtchart_0.10.0/EXAMPLES/org.swtchart.examples.ext/*</code>
- </td>
- <td>
- - SWTChart Extension examples (Eclipse Plug-in Project)
- </td>
- </tr>
- </table>
- <p>
- Please note that SWTChart Extension requires not only SWT but also JFace.
- </p>
- <h4>How to use SWTChart Extension as Eclipse plug-in</h4>
- <p>
- The jar file <code>org.swtchart_0.10.0.v20160212.jar</code> can be used as Eclipse plug-in e.g. by placing it at <code>dropins</code> folder.
- </p>
- <h4>How to run SWTChart Extension examples</h4>
- <p>
- 1. Copy the jar files <code>org.swtchart_0.10.0.v20160212.jar</code> and <code>org.swtchart.ext_0.10.0.v20160212.jar</code> at <code>dropins</code> folder.
- </p>
- <p>
- 2. Launch Eclipse, and import the project <code>org.swtchart.examples.ext</code> into Eclipse workspace.
- </p>
- <p>
- 3. Create a run configuration for Eclipse application, and start it.
- </p>
- <p>
- 4. Open a view 'SWT Chart Sample View' on Eclipse runtime workbench.
- </p>
- </body>
- </html>
|