Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: How to build more actions in exicting code. A continum problem.

    Glad to help, and sleep well!
  2. [SOLVED] Re: How to build more actions in exicting code. A continum problem.

    I suggest you do this:

    public boolean action(Event e,Object o)
    {
    if (e.target == bplus)
    {
    D1 = new Double(t1.getText());
    d1 = D1.doubleValue();
    D2 = new Double(t2.getText());...
  3. [SOLVED] Re: How to build more actions in exicting code. A continum problem.

    JApplets were included in Swing in Java 1.1 or 1.2 (fuzzy historical references, and I wasn't there).

    Applets are AWT (not Swing). Your book should be consistent in the time frame of the material...
  4. [SOLVED] Re: How to build more actions in exicting code. A continum problem.

    If you're trying to run the code you've posted (with the first 'mport' fixed), you should be seeing a red squiggly under this line:

    return false;// Here ends the original code. . . . (Line 50 to...
Results 1 to 4 of 4