Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,667

    Re: JButton issue, please help

    Sorry, you're mistaken. The situation you describe can arise out of wrongly and inappropriately overriding paint(...) of a JComponent. This one's a simple (lack of understanding of ) layout...
  2. Replies
    3
    Views
    1,667

    Re: JButton issue, please help

    This part
    frame.add(display);
    frame.add(panel);adds the two components to the default CENTER position of the default BorderLayout of a JFrame. Naturally, only the last added is...
Results 1 to 2 of 2