Search:

Type: Posts; User: suyog53

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,842

    [SOLVED] Re: Cannot read last byte of a file...."

    Thanxx.....@Banafshe..'
    It worked...'
  2. Replies
    6
    Views
    1,842

    [SOLVED] Re: Cannot read last byte of a file...."

    @Banafshe....Thanx....it solved to some extent...'
    Now, i dont get error...'
    '
    But instead of pronting "z"...it prints "祺"(some chinese character)'
    '
    Output...



    BUILD SUCCESSFUL (total...
  3. Replies
    6
    Views
    1,842

    [SOLVED] Cannot read last byte of a file...."

    I have a text file named "abcd.txt"
    It contains data as "abcdefghijklmnopqrstuvwxyz"
    '
    So....i need to print the last byte of a file . . that is "z" after program execution'
    I just tried to read...
  4. Re: I can't figure out why this isn't working!

    Hi...............'
    @Zaki'
    --------------------------------------------------------------------------------------------
    You have done 2 mistakes..................'
    First, you did not initialize...
  5. Re: Working on a Car Rental Program and need to finish by Tonight!!

    passing value from static is congested...'
    why don't you create a method include all the variables in it....'
    then access them into other class by referencing that method'
  6. Re: Image display problem on JFrame...Whats wrong......need help?????'

    How can i call method and return icon?'
  7. Replies
    2
    Views
    3,370

    How to make Jlabel text blink using timer?'

    How to make Jlabel text blink using timer?'
    After calling Event of 'Save' button......File is saved and JLabel is set with text as "File Saved Successfully"'
    '
    But for making it more attractive,...
  8. Replies
    3
    Views
    1,051

    Re: Please help this is strange

    Is this your full code?'
  9. Image display problem on JFrame...Can any1 help?????'

    I have created a project in netbeans'
    It has a main file (input_image.java).
    Using JFileChooser, it browses for an image file on computer, and displays it on the frame.....'
    '
    I want, whenever...
  10. Image display problem on JFrame...Whats wrong......need help?????'

    I have created a project in netbeans'
    It has a main file (input_image.java).
    Using JFileChooser, it browses for an image file on computer, and displays it on the frame.....'
    '
    I want, whenever...
  11. Replies
    1
    Views
    1,424

    Re: byte[] to bufferedImage always NULL?

    Read your data of file into string'
    Split them when '\' occurs...ans store them serially in array..........'
    Then, put [0]--> Red, [1]-->Green, [2]-->Blue, [3]-->Red...and so on...'
  12. Replies
    3
    Views
    997

    Re: File to String help

    Hope this can help you....:cool:'
    Plz do reply again if problem persists....%-('
    '


    ...remove by moderator

    '
  13. Replies
    6
    Views
    1,966

    Re: Cant find main class swing

    What is the problem....?'
    The program runs correctly in my System...'
  14. Replies
    2
    Views
    1,855

    Re: On Pressing JButton, JAVA Crashes'

    @jps...sorry for not posting the contents of log file...'
    It says...


    #
    # An unexpected error has been detected by Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at...
  15. Replies
    12
    Views
    13,407

    Re: Good Java book for beginner?

    Is there any book which explains all the functions in JAVA and Swing in details with examples to understand....?'
  16. Replies
    2
    Views
    1,855

    On Pressing JButton, JAVA Crashes'

    I have created a project in Netbeans using swing components...'
    Multiple frames are displayed one after another as the project runs...'
    '
    But most frequently, somewhere in the middle, when I press...
  17. Replies
    7
    Views
    10,537

    [SOLVED] Re: Simple Salary Calculator Program

    So. you look quite happy now....'
    You can also try to reduce no. of lines of code.....which helps to run your program little faster....'
    (I read it somewhere while Googling)'
    Declare all variables...
  18. Replies
    7
    Views
    10,537

    [SOLVED] Re: Simple Salary Calculator Program

    Also in line 14, 17 and 20, replace scan with scan1, scan2, scan3 respectively.'
  19. Replies
    7
    Views
    10,537

    [SOLVED] Re: Simple Salary Calculator Program

    Java is case sensitive. . .'
    Your code contains nextint() and nextdouble() . . .'
    Replace them with nextInt() and nextDouble(). . .'
    ('I' and 'D' are capital)'
  20. Execution of .jar file: Could not find main class....Error'

    I created complete project in netbeans'
    After 'Clean and build', I tried to execute XXX.jar file through command prompt...'
    It executed correctly'
    But...when I tried to open it directly...
  21. Re: How to convert String array to Integer array...?'

    @helloworld'
    thanx......................'
  22. How to convert String array to Integer array...?'

    How to convert String array to Integer array...?'
  23. Re: Conversion of any image file to text file in Java...'

    Sorry for late informing...'
    My post on Other forums....'
    Conversion of any image file to text file in Java...'
    java - Creating Image from Pixel Values - Stack Overflow
  24. Re: Conversion of any image file to text file in Java...'

    During conversion of image to text, simply pixel values are written to plain text file by using getRGB() function'
    But during reverse, i created the group of 4 pixel values(255 123 132 064)
    and...
  25. Re: Conversion of any image file to text file in Java...'

    @ Norm.....yes...but no idea how to put above pixels in them...'
Results 1 to 25 of 42
Page 1 of 2 1 2