Changes between Version 7 and Version 8 of BROWSER_CONTENT_BASIC_R0
- Timestamp:
- 06/24/09 13:03:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BROWSER_CONTENT_BASIC_R0
v7 v8 46 46 * Create class BrowserLogic that implements OperationDef 47 47 48 For 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 48 50 = Implementation = 49 51 * [changeset:3451]