Search:

Type: Posts; User: bontet

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,632

    [ask] about sorting number.

    before i start my question, i want to say sorry if i ask too much in this forum.
    and i want to thanks to peoples here that let me asking in this forum. because i can learn fast through asking, not...
  2. Replies
    9
    Views
    1,895

    [SOLVED] Re: T_T [hellllppppp] Input/Output

    ok...thanks....what....i just know u are admin......i am glad, my thread was replied by admin of this forum...woaaaawwwww cool...
    btw, i use this -->output = new BufferedWriter(new FileWriter(file,...
  3. Replies
    9
    Views
    1,895

    [SOLVED] Re: T_T [hellllppppp] Input/Output

    very2 thank you JavaPF...
    now i understand how to SAVE and how to CALL...thanks a lot...
  4. Replies
    9
    Views
    1,895

    [SOLVED] Re: T_T [hellllppppp] Input/Output

    Based on your code:

    import java.io.*;

    public class WriteFile {

    public static void main(String[] args) throws IOException {

    Writer output = null;
    File file = new...
  5. Re: [ask]input data from java file to another java

    no one want help me.
  6. Replies
    9
    Views
    1,895

    [SOLVED] Re: T_T [hellllppppp] Input/Output

    no ones?
    pleaseee T_T
  7. Replies
    9
    Views
    1,895

    [SOLVED] Re: T_T [hellllppppp] Input/Output

    ya i know..but maybe my english on that thread is cant be understand by other people..so thats why i make simple question.
  8. Replies
    9
    Views
    1,895

    [SOLVED] T_T [hellllppppp] Input/Output

    i have 2 button..
    1. SAVE, to save total of wins(Wins) into .HTML/.txt/.java
    2.RANK, to call the .HTML/.txt/.java

    what should i write on this code?
    save button
    private class SaveButtonListener...
  9. Re: [ask]input data from java file to another java

    oh sorry...already edited.

    ya....the data from 1.java will be store on .thml / web browser.
    then that webrowser will be displayed by click "view rank" @ 1.java.

    here is my code (tic tac toe...
  10. Re: [ask]input data from java file to another java

    sorry i mean java...not java script...i thought it was same.
    i am sorry....
  11. pleaseee help this one[ask]input data from java file to another java

    hi all...i want to making rank sheet on my tic tac toe game.
    let say i have, two java file. named 1.java and 2.java(its may be HTML)
    1.java contain: two button and one save button & call button. ...
  12. Re: [NEED HELP] to clear result on my tic-tac-toe game

    thank you very much....now i understand it.

    and now my problem is...ho to create rank sheet.
    let say i add two another button, named "save" and "rank".
    when button "save" clicked, that result...
  13. [NEED HELP] to clear result on my tic-tac-toe game

    hi all..actually i am new member on this forum.and i am not familiar with java code. hope someone can help me to solve my problem
    i found tic-tac-toe game using java on internet..i try to add...
Results 1 to 13 of 13