From: SourceForge.net <no...@so...> - 2012-10-13 11:48:48
|
Bugs item #3577067, was opened at 2012-10-13 04:48 Message generated for change (Tracker Item Submitted) made by spectacles You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3577067&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 3: Ugly Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fabio Maria Antoniali (spectacles) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with System.in.read() and interaction pane Initial Comment: If in the source code there are two System.in.read instructions only the first one invokes the input box. The first character typed in the input box is correctly returned by the first read instruction, whereas the second typed character (which is the return character if a 1 character string has been typed) is returned by the second read instruction. In the attachment it can be found the source code concerning this issue. drjava 2012-08-18-r5686 executed under winxp s.o. with java 6 (1.6.0 update 35) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3577067&group_id=44253 |