Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.12 seconds.

  1. Replies
    15
    Views
    5,490

    Re: need to add a Double Button to the code

    Best advice, play around with non-GUI related things in your free time. Try to grab a good understanding of the language prior to going really indepth with GUIs because there is alot of overhead in...
  2. Replies
    15
    Views
    5,490

    Re: need to add a Double Button to the code

    Ok, there are some fundamental issues here. This code does compile:


    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;

    public class WordPlay extends JPanel implements...
  3. Replies
    15
    Views
    5,490

    Re: need to add a Double Button to the code

    I would say it cant compile.

    if(source == doubleButton){
    display.setText(textField.getText(Double));
    }

    textField.getText(Double) should be attempting to call the getText method of JTextField....
Results 1 to 3 of 3