Search:

Type: Posts; User: java.kid21

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,956

    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,956

    Re: Help with GUI Password Tester

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

    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,956

    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,956

    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
    3
    Views
    2,566

    Re: Password Tester GUI HELP

    yeah, but they are in two different panels. Is there a way to keep the panels separate like i have them and make it so they are in a buttongroup?
  7. Replies
    10
    Views
    1,956

    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...
  8. Replies
    3
    Views
    2,566

    Re: Password Tester GUI HELP

    Okay, so here is the code I have.



    import java.awt.*; // for layout managers
    import java.awt.event.*; // for event handling
    import javax.swing.*; // for GUI components

    public...
  9. Replies
    3
    Views
    2,566

    Password Tester GUI HELP

    Basically, I have to do the same thing that is on this website:tigerRam | COSC 181 Lab 7.1 | Password Tester

    I dont need to check my GUI layout and my layout should not be in he constructor. I...
Results 1 to 9 of 9