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 181097 - An issue with printing in Netbeans 6.8
Summary: An issue with printing in Netbeans 6.8
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2010-02-23 11:02 UTC by bagift10
Modified: 2010-05-05 15:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Program in which the issue occurs. (19.43 KB, application/octet-stream)
2010-02-23 11:02 UTC, bagift10
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bagift10 2010-02-23 11:02:31 UTC
Created attachment 94427 [details]
Program in which the issue occurs.

On occasion, my output field reverses the input text and the output. When the output should appear like this: KOEHN (next line) KN, it appears like this: KN (next line) KOEHN. In this time, the output field flashes as the two switch places. Is this a flaw in programming or a flaw of the IDE? The java file for this program is attached. Also note that this issue seems to occur at random, it is not a consistent issue. However, this is not the only program that this issue has been occurring in. The only time that it seems to occur is when I am manipulating strings.
Comment 1 Dusan Balek 2010-05-05 15:23:11 UTC
Apparently not a javac compiler issue.