Search:

Type: Posts; User: Shaz1234

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    836

    Re: Problem related to file handling example

    Done so is the code good enough? :P
  2. Replies
    10
    Views
    836

    Re: Problem related to file handling example

    Got it :D .. DONE THANKX FOR THE GUIDANCE


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

    public class Lab2 extends JFrame {
  3. Replies
    10
    Views
    836

    Re: Problem related to file handling example

    The problem is that i have to submit the code after three hours and everything is messed up here.. I m doing coding at the moment.. Please help me if possible or at least stay in touch while i code...
  4. Replies
    10
    Views
    836

    Re: Problem related to file handling example

    I will get the path of file using getabsolutepath and then i will list files in that directory and check for equality with my file name ... using

    if(file.equals("abc.text"){}
  5. Replies
    10
    Views
    836

    Re: Problem related to file handling example

    Well i am have been able to create JtextField and TextArea . Now i am trying to search the file in D drive ... I pasted my source code file (.java file) in D drive but it is not giving me the path in...
  6. Replies
    10
    Views
    836

    Problem related to file handling example

    Well hello everyone. I am facing a problem while executing a task. My task is to make such a code which will search for my source code file (abc.java) in all directories and then displays the code in...
Results 1 to 6 of 6