Search:

Type: Posts; User: utoptas

Search: Search took 0.24 seconds.

  1. Replies
    8
    Views
    2,688

    Re: Action button HELP?

    i update my code by using your example but is doesn't work...


    public class single_chart extends JFrame {
    private JButton b1 = new JButton("rtx"), b2 = new JButton("bspr");
    String...
  2. Replies
    8
    Views
    2,688

    Re: Action button HELP?

    yes... you understand what i want to do..
  3. Replies
    8
    Views
    2,688

    Re: Action button HELP?

    there is no error... i want to add two button this code.. but when i tried to do ,chart doesn't shown... now can you add two button to choose graphics?
  4. Replies
    8
    Views
    2,688

    Action button HELP?

    hi.. i want to add two button.. and chose one of them chart with by button...



    package chart_exapmles;
    import java.awt.BorderLayout;
    import java.awt.Color;

    import java.awt.GridLayout;
Results 1 to 4 of 4