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

Summary: System.out prints nothing if the preview is enabled
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: UnsupportedAssignee: Alexei Mokeev <av-nb>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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