Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.11 seconds.

  1. Replies
    14
    Views
    2,268

    [SOLVED] Re: Buttons not working..

    Rectangle rect = new Rectangle(x_Loc, y_Loc, width, height);


    Working on the intersection part atm
  2. Replies
    14
    Views
    2,268

    [SOLVED] Re: Buttons not working..

    Thanks for the info.
  3. Replies
    14
    Views
    2,268

    [SOLVED] Re: Buttons not working..

    You're welcome! :D
  4. Replies
    14
    Views
    2,268

    [SOLVED] Re: Buttons not working..

    I found your problem. On the beginning of your action listener you have

    if(e.getActionCommand().equals("h")){

    Which meant that the action performed had to magically be H AND X. Here is my fixed...
  5. Replies
    14
    Views
    2,268

    [SOLVED] Re: Buttons not working..

    What is the correct input for the "convert value" textField?
  6. Replies
    14
    Views
    2,268

    [SOLVED] Re: Buttons not working..

    Next time please post your code and surround it in tags. What problem are you experiencing, are there any errors?

    For anyone that is too lazy to open the link:

    import javax.swing.*;
    import...
Results 1 to 6 of 6