Ticket #2 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

Layout preview window

Reported by: altglass <altglass@nurfuerspam.de> Assigned to: altglass
Priority: major Milestone: milestone1
Component: component1 Version:
Keywords: wysiwyg preview Cc:

Description

Make a class PreviewWindow? that extends Canvas and calls in paint the layouts draw method. A PreviewWindow? will be added to the JDesktopPane in Main. It will be initialized only once. Layout switches will update the preview window by calling a method update in the PreviewWindow? class. update will resize the window and make it visible if it's not already. Additionally a class FrameUpdater? will be created that calls the repaint function of the PreviewWindow? 25 times per second.

Change History

02/09/07 16:44:56 changed by altglass <altglass@nurfuerspam.de>

  • status changed from new to assigned.
  • owner changed from altglass to anonymous.
  • type changed from defect to task.

02/09/07 16:45:24 changed by altglass <altglass@nurfuerspam.de>

  • status changed from assigned to new.
  • owner changed from anonymous to altglass.

05/09/07 11:41:17 changed by altglass

  • status changed from new to closed.
  • resolution set to fixed.

now the items got to learn to draw themselves