Changes between Version 7 and Version 8 of BROWSER_CONTENT_BASIC_R0


Ignore:
Timestamp:
06/24/09 13:03:52 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BROWSER_CONTENT_BASIC_R0

    v7 v8  
    4646  * Create class BrowserLogic that implements OperationDef 
    4747 
     48For this implementation we will use NativeSwing library from DJ Library (http://djproject.sourceforge.net/ns/index.html). This means that we will be SWT(http://www.eclipse.org/swt/) dependant (NaiveSwing depends on SWT). Depending on SWT means that either we should have Sophie build for every platform we support or we will include all SWT implementations in one Sophie2 build and hope that NativeClassLoader will instantinate the one that is needed. 
     49 
    4850= Implementation = 
    4951 * [changeset:3451]