Search:

Type: Posts; User: Eng.muslima

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    3,231

    Re: problem in 2D array of TextField

    Thank you very much
    array[ ][ ] is work and the frame is appear , now I have to complete my code then data [ ] [ ] will work
  2. Replies
    6
    Views
    3,231

    Re: problem in 2D array of TextField

    thanks for this information.

    I read
    Problem description: Forgetting to initialize a variable
    Problem description: Array Indices/Off by 1 errors

    but my problem is how can I initialize the...
  3. Replies
    6
    Views
    3,231

    Re: problem in 2D array of TextField

    no it doesn't compile

    Exception in thread "main" java.lang.NullPointerException
    at Projct.<init>(Projct.java:20)
    at Projct.main(Projct.java:52)
    Java Result: 1
    BUILD SUCCESSFUL...
  4. Replies
    6
    Views
    3,231

    problem in 2D array of TextField

    I have a problem in this code.I can't display the array of Text Field.


    import javax.swing.*;
    import java.awt.*;

    public class Projct extends JFrame {
    int x=3;

    public Projct(){
Results 1 to 4 of 4