Search:

Type: Posts; User: shen_punkz21

Page 1 of 2 1 2

Search: Search took 0.24 seconds.

  1. Replies
    1
    Views
    1,594

    Something Error!

    What should I do ?


    Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 1
    at LoginBank$2.actionPerformed(LoginBank.java:78)
    at...
  2. Replies
    1
    Views
    1,110

    variable double problem?

    How to get double for overriding ?
  3. Replies
    11
    Views
    1,996

    Check This! :-?

    How to loop this writer:
    I would like to separate write in notepad or textfile.
    Example:

    Should the writer like this I want to loop is by first line or one line only.

    writer.write(text);
    ...
  4. Replies
    11
    Views
    1,996

    Re: BufferedWriter help

    my problem is how to write file using notepad where the firstline is looping in one line like this

    07-12345-Wilson-Dacles-T.-February 1, 1995-male-lordwils02@gmail.com-taguig...
  5. Replies
    11
    Views
    1,996

    Re: BufferedWriter help

    Hi there. this my code i've done:


    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    import java.util.*;

    public class RegisterBank extends JFrame {
  6. Replies
    11
    Views
    1,996

    Buferred Writer in TextFile

    how to write text in notepad only first line except second line and others ?
    can you give me sample code?
  7. Replies
    11
    Views
    1,996

    BufferedWriter help

    java how to write file in one line separate in nextline meaning write into two copies
  8. Re: How to split nextline in textfile using Buffered Reader?

    but it doesn't work ..
  9. How to split nextline in textfile using Buffered Reader?

    How to split nextline in textfile using Buffered Reader? how ? how? how?:|
  10. Replies
    16
    Views
    1,308

    Re: Help Please! :(

    can you edit my code ? :(
  11. Replies
    16
    Views
    1,308

    Re: Help Please! :(

    can you please help me .. :(
  12. Replies
    16
    Views
    1,308

    Re: Help Please! :(

    Mr. Norm:

    Actually it works but the first row only ..How can i loop this height or other row.?
    here is the image of the result:
    1840

    here is my code:

    try{
  13. Replies
    16
    Views
    1,308

    Re: Help Please! :(

    ok tnx ..

    --- Update ---

    Wait MR. Norm ,, how can i do for using 2d array ?
  14. Replies
    16
    Views
    1,308

    Re: Help Please! :(

    so what should I do Mr.Norm ?
  15. Replies
    16
    Views
    1,308

    Re: Help Please! :(

    Can you give me some sample or simple code sir Parranoia? sorry for the disturbance . I really really hard to forget.. cause I am the beginner..
  16. Replies
    16
    Views
    1,308

    Re: Help Please! :(

    Like this, and i would like to automatic display object on text file and put the jtable, but doesn't show :(
    1839

    Here is my full code:

    import javax.swing.*;
    import java.awt.event.*;
    import...
  17. Replies
    16
    Views
    1,308

    Help Please! :(

    Why does not showing the object?



    here the example of textfile or database.txt:

    07-12345-Wilson-Dacles-T.-February 1, 1995-male-lordwils02@gmail.com-cuasay st....
  18. Replies
    1
    Views
    934

    JTable Problem

    I make a JTable where I put the recorded text to textfile but I failed in my code. So I hope you please help me with my project.

    1816


    I would like to move names towards in my draw line.
    I...
  19. how to call a string inside a while loop

    like this:

    while((line = br.readLine())!=null){
    String acc[] = line.split("-");
    String account = acc[0];
    String passcode = acc[4];
    }

    i would like to declare a string outside the "while...
  20. Replies
    1
    Views
    1,364

    JOptionPane in Filereader

    lgnbb.addActionListener(new ActionListener(){
    public void actionPerformed(ActionEvent ee){

    try{
    File file = new File("Database.txt");
    BufferedReader br = new BufferedReader(new...
  21. Replies
    2
    Views
    1,060

    JOptionPane Problem

    lgnbb.addActionListener(new ActionListener(){
    public void actionPerformed(ActionEvent ee){

    try{
    File file = new File("Database.txt");
    BufferedReader br = new BufferedReader(new...
  22. Replies
    1
    Views
    766

    Reading File problem

    Here the first Code:

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

    public class LoginBank extends JFrame {
    private JButton back, lgnbb, clear,...
  23. Replies
    1
    Views
    1,057

    Roll Dice Program Button

    sorry for my grammar. :(





    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
  24. Replies
    4
    Views
    1,052

    Re: Help Pls..

    ok tnx
  25. Replies
    4
    Views
    1,052

    Re: Help Pls..

    Sorry for my Grammar that you not understand.. Because i am from philippines .. and i will study learn English language.. :D
Results 1 to 25 of 29
Page 1 of 2 1 2