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 68617 - [50cat] Output Window and System.out.print()
Summary: [50cat] Output Window and System.out.print()
Status: VERIFIED DUPLICATE of bug 56341
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: Other Other
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-13 22:28 UTC by lordy
Modified: 2008-12-22 23:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
demo to show the problem (8.14 KB, application/x-compressed)
2005-11-13 22:29 UTC, lordy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lordy 2005-11-13 22:28:41 UTC
[ JDK VERSION : 1.6 ]

A friend of me tell me he has problems with examples of the uni in 
NetBeans. They use code like this, also check the sample:

System.out.print("Input something2: ");
try {
new BufferedReader(new InputStreamReader(System.in)).readLine();
} catch (IOException io) {}

But the "Input something2:" get first show when the user input 
something and press the enter key.
Comment 1 lordy 2005-11-13 22:29:50 UTC
Created attachment 26905 [details]
demo to show the problem
Comment 2 Jan Chalupa 2005-11-14 06:59:38 UTC
A dup, I think.
Comment 3 Milos Kleint 2005-11-14 07:04:44 UTC
yup, most likely of this one - #56341

*** This issue has been marked as a duplicate of 56341 ***
Comment 4 Marian Mirilovic 2005-11-14 10:06:41 UTC
verified duplicate