Changes between Version 12 and Version 13 of BROWSER_CONTENT_BASIC_R0


Ignore:
Timestamp:
06/26/09 21:13:42 (16 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R0

    v12 v13  
    4545  * Create class BrowserLogic that implements OperationDef 
    4646 
    47 [[Image(source:branches/private/tanya/sophie2-platform/doc/uml-design-diagrams/browser_frame_design.png)]] 
     47[[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/browser_frame_design.png)]] 
    4848 
    4949For 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). SWT is a widget library that gives access to native widgets of the platform for which is implemented. 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. Another thing is that for Linux systems it is implemented with GTK (http://www.gtk.org) and Motif (http://www.opengroup.org/motif). I guess we will choose GTK implementation but what about other GUI users (like Qt for example). What I mean is that it is unclear what is "native" graphical widget in Linux... 
     
    5858 * [changeset:3767] 
    5959 
     60 
     61 * Commited to trunk at [3779] 
     62 
    6063= Testing = 
    6164^(Place the testing results here.)^