Bugs item #766150, was opened at 2003-07-04 15:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=766150&group_id=44253
Category: Interactions
Group: Annoying
Status: Open
Resolution: None
Priority: 5
Submitted By: Yevgeniy Makarov (emakarov)
Assigned to: Nobody/Anonymous (nobody)
Summary: Console input freezes
Initial Comment:
When I run the following program:
import java.io.*;
public class Test {
public static void main( String[] args) throws
IOException {
InputStreamReader reader= new InputStreamReader
(System.in);
BufferedReader console = new BufferedReader(reader);
console.readLine();
}
}
the mouse pointer in the interaction pane turns into a
watch and I cannot type anything. The only way to
terminate the program seems to be to reset interactions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=766150&group_id=44253
|