Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,768

    Re: Help with actionListener and buttons

    Try asking on the IDE section of the forum: how to create a jar file with the IDE.
  2. Replies
    10
    Views
    1,768

    Re: Help with actionListener and buttons

    You need to figure out how to use the IDE. I don't use it so I can't help you.
    Do you know how to use the java command to execute a class file?
    >java classname
    For you if your class is not in a...
  3. Replies
    10
    Views
    1,768

    Re: Help with actionListener and buttons

    Does this error mean that you have a class named: main that you are trying to execute?
    For example: java main
    and the java program can not find the main.class file?

    Here is what I get with that...
  4. Replies
    10
    Views
    1,768

    Re: Help with actionListener and buttons

    I think its OK to test if the source of the event is a component by using the == operator.
    I wouldn't use the try{}catch.


    Can you make a small program (SSCCE) that compiles and executes to show...
Results 1 to 4 of 4