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 74019 - cannot see all text in output window
Summary: cannot see all text in output window
Status: RESOLVED DUPLICATE of bug 56341
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-27 09:51 UTC by narcom
Modified: 2008-12-22 19:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description narcom 2006-03-27 09:51:19 UTC
when I use output window I cannot see text from this code example
test = getParam("some text here", test);
Input box appears but text "some text here" is not displayed at all
Comment 1 Milos Kleint 2006-03-27 11:23:38 UTC
does your getParam() method contain something like:

System.out.print("some text here");
System.in.readLine();

it looks like a duplicate of #56070 and #56341.



*** This issue has been marked as a duplicate of 56341 ***