Search:

Type: Posts; User: java.kid21

Search: Search took 0.06 seconds.

  1. Replies
    10
    Views
    1,966

    Re: Help with GUI Password Tester

    Hey, I'd really appreciate some help on this soon. It needs to be finished soon and I don't really know what to do. Thanks
  2. Replies
    10
    Views
    1,966

    Re: Help with GUI Password Tester

    How would I go about doing that?
  3. Replies
    10
    Views
    1,966

    Re: Help with GUI Password Tester

    Yeah, I know, but thats the way my teacher wants it to be done.
  4. Replies
    10
    Views
    1,966

    Re: Help with GUI Password Tester

    This first code is the main panel. I didn't included the action event stuff because its not completely finished yet.


    import java.awt.*; // for layout managers
    import java.awt.event.*; //...
  5. Replies
    10
    Views
    1,966

    Re: Help with GUI Password Tester

    Okay, so here is the deal. I have two panels and each panel has its own radio button. When the panels are added to the GUI, the radiobuttons show and can be clicked. The problem, however, is that...
  6. Replies
    10
    Views
    1,966

    Help with GUI Password Tester

    I need to make a password tester. I have some code already, but it has a lot of holes. I need to extend JPanel, so when I click on the JRadioButton in one panel and the one in the other they both get...
Results 1 to 6 of 6