Search:

Type: Posts; User: fkmk

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    773

    Re: Problem with JPanel [...]

    jashburn, thank you! :)
  2. Replies
    4
    Views
    773

    Re: Problem with JPanel [...]

    jocdrew21, it should, but it does not. :(
  3. Replies
    4
    Views
    773

    Problem with JPanel [...]

    public void init(Board board) {

    JPanel Panel = new JPanel();
    Panel.setLayout(new GridLayout(board.getWidth(), board.getHeight()));
    getContentPane().add(Panel, BorderLayout.CENTER);...
Results 1 to 3 of 3