Search:

Type: Posts; User: ydandurkar

Search: Search took 0.12 seconds.

  1. Re: how to use value of a String variable "Cel1" as a variable name like Cel1.SetText("abc")

    in visual fox pro this is a pass.
    x = 8
    a = "x"
    ? a ans x
    ? x ans 8
    ? &a ans 8

    becomes a very convenient programing device. anything in java which can help similar...
  2. Re: how to use value of a String variable "Cel1" as a variable name like Cel1.SetText("abc")

    Thanks copeg for your suggestion and very quick reply while I was still struggling.
    I created an array of text fields TextField CellArr[] = new TextField[6];
    I initialized them CellArr[1] = cell1;...
  3. how to use value of a String variable "Cel1" as a variable name like Cel1.SetText("abc")

    hello. This must be pretty elementary. I have a JFrame jf and JPanel jp on it. jp has five TextFields named cel1, cel2.. cel5. I wish to construct a String Cel + for loop index and run a for loop to...
  4. Re: how to import/ access classes created in one package in another package

    Dear Jashburn, thanks a lot.
    You have been a real guru. Very precise and a very fast advise.
    I have a lot to learn from you. Thanks again.
    yd andurkar
  5. Re: how to import/ access classes created in one package in another package

    Dear Jashburn, I shall be more accurate this time and avoid simplification efforts.

    From NetBeans 7.4 menu File-New Project I created a project with Project Name peft1 and Project Location...
  6. Re: how to import/ access classes created in one package in another package

    dear jashburn, thanks a lot for your detailed comments. sorry for the delay in responding. i was away on assignment. hence i am responding before i reconcile to your remarks. i shall come back to you.
  7. Re: how to import/ access classes created in one package in another package

    dear aceix, tried this many times. it does not work.
  8. how to import/ access classes created in one package in another package

    my working directory is e:\ajava. in package p1 i create two classes c1 and c2. net beans creates three files e:\ajava\p1\src\p1, e:\ajava\p1\src\c1, e:\ajava\p1\src\c2. package runs without a hitch....
  9. Replies
    1
    Views
    917

    drawing just a line, please

    i need a function which will receive x1, y1, x2, y2 for two points and draw a line. JFrame and Jpanel are already in place. this passing graphics g as parameter appears insurmountable. all examples...
  10. Replies
    1
    Views
    681

    hello every one

    hello every one. i am reasonable c++ programmer. java looks exciting but not as intuitive as c++. will need
    some help to navigate. looking forward.
Results 1 to 10 of 10