Search:

Type: Posts; User: Nathanlll

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    981

    Re: Need help to fix my code

    here's my code sir
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;


    public class Project9 extends JFrame implements ActionListener{

    private JTextField...
  2. Replies
    5
    Views
    981

    Re: Need help to fix my code

    yes that's it :)
  3. Replies
    5
    Views
    981

    Need help to fix my code

    please i need your help to fix my code...its actually running already but there's little problem..here's how it work first im adding data to a text file and now i need to delete it..my problem is...
  4. Re: can someone give a code example of deleting data to a text file?

    here's my code
    i want to delete a data to a txtfile that i typed to my textfield..pls help me ty..
    word = ("");
    word = inputOutputField.getText().trim();
    try{
    ...
  5. can someone give a code example of deleting data to a text file?

    can someone give a code example of deleting data to a text file in GUI?
  6. Replies
    2
    Views
    1,091

    JTextfield value handling

    hi guys!! i need your help...my question is..how i can read single JTextfield in multiple action event..like 3 action event i had..
  7. Search and delete data to a Text file in GUI

    Hi there!!! I'm a beginner in java programming and i need some help for doing this program.
    The problem is making a file manipulation in GUI where u can add, search and delete to a text file. I'm...
Results 1 to 7 of 7