Changes between Version 2 and Version 3 of AUTHOR_APP_TUNING_R5
- Timestamp:
- 09/11/09 15:56:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUTHOR_APP_TUNING_R5
v2 v3 43 43 44 44 = Design = 45 * The dialogs should be updated with the new look and feel. Some of them require that a style is created and others just do not update properly. 46 * File chooser dialogs - should invoke updateUI() inside the show() method. Some of the button are not properly drawn and there is no way to provide empty background for these in the look and feel since they have no name properties set. In order for the file dialog to look nicer we should fix the buttons inside the [source:branches/private/peko/sophie2-mydoggy-app-tuning/sophie2-platform/modules/org.sophie2.main.func.file/src/main/java/org/sophie2/main/func/file/dialogs/FileDialog.java FileDialog] itself, by finding these buttons and setting their size to the size of the icon they use. 47 * Option pane dialogs. 48 * Simple dialogs 45 49 46 50 = Implementation =