Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    2,693

    Re: Action button HELP?

    I'm not exactly sure how to use those charts, but I'll give it a go with pseudo code.


    JButton button1 = new JButton("Show chart 1");
    button1.setActionCommand("chartOne");

    JButton button2 =...
  2. Replies
    8
    Views
    2,693

    Re: Action button HELP?

    Still not quite sure what you want. Do you want a button that changes what chart is displayed, two buttons?
  3. Replies
    8
    Views
    2,693

    Re: Action button HELP?

    Welcome to the forums! instead of using
    tags trying using tags. It preserves formatting and highlights your code, making it far easier to read.


    Your statement is a little vague. What...
Results 1 to 3 of 3