| TWiki . Projects . NapkinDotNextPlan |
)
| Proposed Solution | Issues | Merits |
|---|---|---|
| UIManager.setLAF(formalLAF), SwingUtilities.updateCT(node), UIManager.setLAF(Napkin) | Currently Napkin will hook a global component uninstallUI() event when it is uninstalled by UIManager | Simple-minded enough |
| Replace ComponentUI entries in UIDefaults, SwingUtilities.updateCT(node), restore entries | UIDefaults from the formal L&F will not be present | NapkinRepaintManager in 1.1-SNAPSHOT takes care of repaint of underlying Napkin components |
| Proposed Solution | Issues | Merits |
|---|---|---|
| add DrawnLineGenerator field to NapkinTheme | What would be its type? Would it parameterize the line generation, or would it be a dynamically-loaded class that implemented an interface for drawing the lines? |
----- Revision r6 - 13 May 2009 - 09:22:32 - Main.alexlamsl
|