Search:

Type: Posts; User: sparky5783

Search: Search took 0.08 seconds.

  1. Re: Triangles problem - creating triangle objects

    CTriangle class below:

    I know my code doesn't compile, that's why I need help. I have been trying different ways and now I'm confused about what to take out and what to put in so that I'm doing it...
  2. Re: Triangles problem - creating triangle objects

    A Triangle object is suppose to be able to be defined as three sides, then be able to run the methods isacute(), isobtuse(), isright(), istriangle(), and CTriangle() is a class defined as a two...
  3. Triangles problem - creating triangle objects

    I want to create Triangle objects and use them, what am I doing wrong? I have triangle.java here, and CTriangle and STriangle have similar issues.



    public class Triangle extends Object {

    ...
  4. Replies
    5
    Views
    1,735

    Re: JButton listener trouble...

    How can I do it specifically with my code. I read your link and I still don't see how to pass the variable into the ActionPerformed method each time so that it remembers it's been pressed a certain...
  5. Replies
    5
    Views
    1,735

    Re: JButton listener trouble...

    Sorry for posting twice and not using the code tags. I used the settext to set the button, but I can't pass the variable i into or out of the ActionPerformed method to get it to count down by one...
  6. Replies
    5
    Views
    1,735

    JButton listener trouble...

    Please help... my program is meant to count down to zero then exit, but I can't get the button to refresh when the iteration variable has decreased.


    package tester;

    import...
Results 1 to 6 of 6