Search:

Type: Posts; User: manager00104

Search: Search took 0.07 seconds.

  1. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    sorry for posting it double ! i thought my first post didnt went through :S
  2. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Yes i have debugged the file ... when i execute the program all bunch of red text is being displayed in the output console down below ...

    I have fixed the compiler error yet ... if you mean GUI...
  3. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    If you mean debug file, i already have which what it does ... display bunch of red lines down at the output console in NetBeans !

    The program executes, without those buttons working !

    When I...
  4. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    ok, the problem is my save and load buttons from the GUI wont work ! and how do i make them function ?

    like save and load ! you save a file which means its saved on to the HDD !

    and load...
  5. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    THIS IS FAR AS I CAN GO BY PUTTING IN THE CODE, AND FURTHER PROBLEMS OCCUR AS I SAID BEFORE ... SO IF YOU KNOW ANY OTHER SOLUTION TO THESE PROBLEMS TELL ME WHAT TO CODE NEXT OR CHANGE CODE(S) IF...
  6. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Well, could you explain how I am going to solve that code, I GAVE YOU ... IN THE VERY BEGINNING I DONT SEE WHATS SO UNCLEAR ABOUT IT, IF YOU ARE AN EXPERT IN JAVA, YOU WONT BE HAVING ANY ISSUES OR...
  7. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    And that code is about this ppt file !
  8. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Look dude we are learning now, btw im just a beginner ...

    about Exceptions in Java !
    and here is the ppt file that we looked through

    1005
  9. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Look at the attachment !!!
  10. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Did you try this on NetBeans ?????
  11. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    public FileDemo1(){
    setSize(350, 300);
    setTitle("File Output Demo");
    add("East", inputTextArea);
    add("West", outputTextArea);
    JPanel bottom = new...
  12. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Its says public FileDemo1(){
  13. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    look,

    when i press those buttons will not function thats my concern the problem is within those lines !! And i dont know where those problems are in the code i sent you in the very beginning ? if...
  14. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    IT NORMALLY DISPLAYS THIS !!!! FOR AN EXCEPTION THE OTHER ONE MIGHT BE THE WRONG ONE I SENT YOU !!!


    Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - illegal...
  15. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Look dude,

    It displays these Exceptions !!!


    Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - illegal start of expression
    at...
  16. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Look man,

    When I execute the code it literally displays a GUI which I already told you one column a save one and the other load column. And WHAT ITS SUPPOSE TO DO IS .... ITS SUPPOSE TO SAVE THE...
  17. Replies
    31
    Views
    3,303

    Re: Can Somebody check this code?

    Well actually its suppose to be able to open up a GUI which already does and there are two individual columns of which one consists of save and the other load !

    And on the save column its suppose...
  18. Replies
    31
    Views
    3,303

    Can Somebody check this code?

    Hello,

    Can somebody check this code, cause I literally cant save or load anything ?! :S



    package pkgtry.catchexercises;

    import java.io.*;
    import java.awt.*;
Results 1 to 18 of 18