This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136057 - Duplicated separated Preview window
Summary: Duplicated separated Preview window
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Oleg Barbashov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 09:10 UTC by Alexandr Scherbatiy
Modified: 2008-06-03 11:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The separated preview window (60.86 KB, image/png)
2008-05-29 09:11 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-05-29 09:10:40 UTC
Steps to reproduce:

- Create a JavaFX Script file
----------------------------------
import javafx.gui.*;

Frame{
    content: TextField{ text: "Hello World!"}
    visible: true
}
----------------------------------
- Enable the Preview
  The separated Preview window is shown
Comment 1 Alexandr Scherbatiy 2008-05-29 09:11:18 UTC
Created attachment 62103 [details]
The separated preview window
Comment 2 Oleg Barbashov 2008-05-29 10:24:56 UTC
Fixed.
Comment 3 Oleg Barbashov 2008-05-29 10:30:14 UTC
Fixed.
Comment 4 Alexandr Scherbatiy 2008-06-03 11:55:49 UTC
verified