Search:

Type: Posts; User: ms_ceng

Search: Search took 0.10 seconds.

  1. Re: problem of creating matrix with JButton or Panel

    ovv it is ok! now i made it.

    PRoblem was solved :)
    it is needed to define every button in for loop like that

    for (int i = 0; i < 5; i++) {

    // butonlar[i]=new JButton[5];
    for...
  2. Re: problem of creating matrix with JButton or Panel

    thanks :) yes i wasnt aware of that
    thank you very much but still it doesnt run. My codes now like that:



    import java.awt.Dimension;
    import java.awt.GridLayout;
    import java.awt.Toolkit;
    ...
  3. problem of creating matrix with JButton or Panel

    Hi java programmers!

    I got a run time problem with my code in below


    import java.awt.Dimension;
    import java.awt.GridLayout;
    import java.awt.Toolkit;
    import javax.swing.JButton;
    import...
Results 1 to 3 of 3