Search:

Type: Posts; User: scarecrow

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,052

    Re: My frame wont show anything

    I figured out that the problem was in my main. I rearranged the way I created the panel and frame and then put the panel in the frame. It is working now.

    One more question... Which class is...
  2. Replies
    3
    Views
    1,052

    My frame wont show anything

    My components dont show until I resize the frame.



    public class Frame extends JFrame{

    private final static int WIDTH=400, HEIGHT=400;

    public Frame(){
    super();
Results 1 to 2 of 2