Changes between Version 9 and Version 10 of PAGE_SELECTOR_R0


Ignore:
Timestamp:
12/05/08 17:02:18 (17 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_SELECTOR_R0

    v9 v10  
    3232= Design = 
    3333 * The !SophieModule containing the page selector is the same as before. Things must be re-factored a lot prior to extracting it in a different module since there are a lot or dependencies. 
    34  * The !NavigaionPanel should be created by the !NavigationPanelProvider which in turn should be defined as an extension of the !BookPanel. The !NavigationPanelProvider should give every book panel it navigation. 
     34 * The !NavigaionPanel should be created by the !NavigationProvider which in turn should be defined as an extension of the !BookPanel. The !NavigationProvider should give every book panel it navigation. 
    3535 * !NavigationPanel: 
    3636  * for every button => res.setMargin(new Insets(0, 0, 0, 0)); This way buttons would wrap around their set text without space between text and the margin of the button itself.