Search:

Type: Posts; User: java.kid21

Search: Search took 0.20 seconds.

  1. Replies
    3
    Views
    2,575

    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?
  2. Replies
    3
    Views
    2,575

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

    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 3 of 3