Search:

Type: Posts; User: frx08

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    3,329

    Re: Stop a while loop with an awt button, problem

    I created a new class to manage the input stream
    but the button is still stuck.. I can't click it :confused:


    public StreamClass{
    public void doTheJob(){
    // start inputstream
    ...
  2. Replies
    5
    Views
    3,329

    Stop a while loop with an awt button, problem

    This is my simplified code: (how can I get this work?)
    public class MyClass extends Applet implements ActionListener{
    public void init(){
    Button start = new Button("start");
    Button stop =...
Results 1 to 2 of 2