Ignore:
Timestamp:
09/23/11 04:53:44 (13 years ago)
Author:
sherbold
Message:

Added a first prototype of a GUI for the application. The GUI is still incomplete, many functions are not yet implemented. The GUI is based on SWT. It has only been tested on Windows 7, 32 Bit; the SWT-jar-files are from Eclipse 3.7 32 bit Windows and may not be sufficient for other operating systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/.classpath

    r1 r188  
    2222        <classpathentry kind="lib" path="lib/wstx-asl-3.2.6.jar"/> 
    2323        <classpathentry kind="lib" path="lib/commons-codec-1.5.jar"/> 
     24        <classpathentry kind="lib" path="lib/swt/com.ibm.icu_4.4.2.v20110208.jar"/> 
     25        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.commands_3.6.0.I20110111-0800.jar"/> 
     26        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding_1.4.0.I20110111-0800.jar"/> 
     27        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar"/> 
     28        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar"/> 
     29        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar"/> 
     30        <classpathentry kind="lib" path="lib/swt/org.eclipse.core.runtime_3.7.0.v20110110.jar"/> 
     31        <classpathentry kind="lib" path="lib/swt/org.eclipse.equinox.common_3.6.0.v20110523.jar"/> 
     32        <classpathentry kind="lib" path="lib/swt/org.eclipse.equinox.registry_3.5.100.v20110502.jar"/> 
     33        <classpathentry kind="lib" path="lib/swt/org.eclipse.jface_3.7.0.I20110522-1430.jar"/> 
     34        <classpathentry kind="lib" path="lib/swt/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar"/> 
     35        <classpathentry kind="lib" path="lib/swt/org.eclipse.jface.text_3.7.0.v20110505-0800.jar"/> 
     36        <classpathentry kind="lib" path="lib/swt/org.eclipse.osgi_3.7.0.v20110613.jar"/> 
     37        <classpathentry kind="lib" path="lib/swt/org.eclipse.swt.win32.win32.x86_3.7.0.v3735b.jar"/> 
     38        <classpathentry kind="lib" path="lib/swt/org.eclipse.text_3.5.100.v20110505-0800.jar"/> 
     39        <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.forms_3.5.100.v20110425.jar"/> 
     40        <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.workbench_3.7.0.I20110519-0100.jar"/> 
    2441        <classpathentry combineaccessrules="false" kind="src" path="/JavaHelperLib"/> 
    2542        <classpathentry combineaccessrules="false" kind="src" path="/EventBenchCore"/> 
Note: See TracChangeset for help on using the changeset viewer.