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 111907 - System.out prints nothing if the preview is enabled
Summary: System.out prints nothing if the preview is enabled
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexei Mokeev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 15:03 UTC by Alexandr Scherbatiy
Modified: 2008-10-16 10:30 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2007-08-03 15:03:04 UTC
build: M0
NB: 6.0

Steps to reproduce:
  - Create a JavaFX application
  - Copy the following code to the JavaFX editor
    ------------------------------------------------
    import javafx.ui.*;
        import java.lang.System;

        Frame {
            title:   "JavaFX"
            width: 400
            height: 90
            content: Button{
                text : "Click Me"
                action: operation(){
                    System.out.println("Hello World!");
                    }
                }
                visible : true
            }
    ------------------------------------------------
  - Enable the preview
  - Press 'Click Me' button on the preview panel
    The "Hello World!" message is not printed
Comment 1 Alexey Butenko 2007-08-30 08:47:35 UTC
Will be implemented
Comment 2 Jiri Prox 2007-09-17 20:34:45 UTC
Obsolete milestone, please reevaluate
Comment 3 Andrey Yamkovoy 2008-10-15 15:26:29 UTC
Output TAB for the preview was implemented.
Comment 4 Alexandr Scherbatiy 2008-10-16 10:30:14 UTC
verified in 2008-10-16_02-01-26.zip