Ticket #1839 (closed bug: fixed)
Tweak: Book Desktop page should not be shown
Reported by: | deyan | Owned by: | diana |
---|---|---|---|
Priority: | major | Milestone: | M10_BETA2 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | deyan | Design_owners: | diana |
Imp._owners: | diana | Test_owners: | |
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | Imp._reviewers: | pap | |
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 1 |
Test_score: | 0 |
Description
Remove the book desktop page. Note that it should not be visible in the resources palette. The text "Here will be book..." that is behind the page should also be removed.
Change History
comment:2 Changed 16 years ago by diana
- Design_owners set to diana
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to diana
in DesktopPane class remove the name of the created JLabel in the constructor.
In DefaultDocumentsDesktop : desktopPane() : compute() add a default JDesctopPane
source code: [4805]
comment:3 Changed 16 years ago by diana
- Status changed from s2a_design_started to s2b_design_finished
comment:5 Changed 16 years ago by diana
- Owner set to diana
- Status changed from s2c_design_ok to s3a_implementation_started
comment:6 Changed 16 years ago by diana
- Status changed from s3a_implementation_started to s3b_implementation_finished
comment:7 Changed 16 years ago by pap
- Status changed from s3b_implementation_finished to s1c_analysis_ok
- Imp._score changed from 0 to 1
- Imp._reviewers set to pap
- No tests (it may be accepted this way)
- There is no sense in leaving the empyt label.
- Actually we may still need some kind of message there
- The way you remove the page of the desktop book is totally wrong. This way you actually have no desktop book.
Note: See
TracTickets for help on using
tickets.