Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.08 seconds.

  1. Re: how to make a simple JButton on a JFrame window?

    frame.add(new JButton());

    And you canuse setActionListener() and setActionCommand() to set it up to detect it being pressed.

    Chris
  2. Re: how to make a simple JButton on a JFrame window?

    Do you know how to create a JFrame?

    Chris
Results 1 to 2 of 2