Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,319

    Re: Extending Jframe

    I said properly indenting your code would "reveal the error," not fix it.

    The indented code you posted is not properly indented, and indenting code has neither affect on its performance nor...
  2. Replies
    7
    Views
    1,319

    Re: Extending Jframe

    An attitude? Maybe a "best practice," but if it were an attitude, you might have trouble making friends.
  3. Replies
    7
    Views
    1,319

    Re: Extending Jframe

    Please pose your code in code tags.

    Properly indenting your code would reveal the problem:
    public void actionPerformed(ActionEvent e)
    {
    String name = e.getActionCommand();
    if...
Results 1 to 3 of 3