Search:

Type: Posts; User: ISHAQ KIYAWA

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    850

    Can any body guide me please

    How do i use an elevated command promft by a button click in my GUI application?
  2. Replies
    3
    Views
    1,182

    Re: please guide me

    Yes the jlabel is added but i did not been used to hold text when the program run, is there any method to set text toa frame with out using jTextArea or jTextField?
  3. Replies
    3
    Views
    1,182

    please guide me

    how can i set a text on a jframe when my application run but not in jtextarea and not in jtextfield, the code i used is: jlabel1.setText"the text is generated here"; but i never see the text when...
  4. Replies
    3
    Views
    1,198

    Re: guide me please

    Yes it is a GUI calculator, and
    the code i use to add is :
    String a=jTextArea1.getText();
    Int ans=0;
    For (int i=0; i<a.length; i++) {
    if a.charAt(i)=="+") {
    double ans1=Integer.parseInt...
  5. Re: Math Fromula y=x2+6x+5 how to convert to Java Programming code

    You may also use Math.pow(x,2) this means x power 2.
  6. Replies
    3
    Views
    1,198

    guide me please

    how to make this expression 2+6+85-9 with calculator in java?
Results 1 to 6 of 7