User Profile

Collapse

Profile Sidebar

Collapse
jyohere
jyohere
Last Activity: Jan 9 '08, 01:01 PM
Joined: Apr 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jyohere
    replied to Horizontally expanding JTree
    in Java
    Click the link below. I want something like this.which expands and collapses
    http://www.boxesandarr ows.com/files/banda/site_diagrams_m apping_an_infor mation_space/Withrow_img2.gi f...
    See more | Go to post

    Leave a comment:


  • jyohere
    replied to Horizontally expanding JTree
    in Java
    ...
    See more | Go to post

    Leave a comment:


  • jyohere
    replied to Horizontally expanding JTree
    in Java
    The diagram became wierd after i clicked submit ...dont know why....i want a tree that expands horizontally as opposed to Jtree which expands vertically...
    See more | Go to post

    Leave a comment:


  • jyohere
    started a topic Horizontally expanding JTree
    in Java

    Horizontally expanding JTree

    I want a horizontally expanding tree. Is it possible in java.Can anyone tell me if any tool availabe if not possible in java .Example of tree is below:
    |
    -----------------2[]----|
    | |
    |
    |
    1[]-|
    | |
    | |
    | __________3[]---|...
    See more | Go to post

  • jyohere
    started a topic Drawing squares and lines beteen them
    in Java

    Drawing squares and lines beteen them

    I have a problem to solve.I want to draw squares and lines connecting them.The number of squares is only known at runtime.How can it be done.if someone has some code like this,pls help.I am able to draw and put lines between two squares,i dont know what to do for doing it dynamically
    See more | Go to post

  • jyohere
    replied to randomaccessfile versus bufferedreader
    in Java
    I have a file that gets appended with data for every 15 minutes.....ini tially when i read the file with bufferedReader when the file is small it works fast...but as the file size grows bigger, the execution goes slow.....
    See more | Go to post

    Leave a comment:


  • jyohere
    started a topic randomaccessfile versus bufferedreader
    in Java

    randomaccessfile versus bufferedreader

    I want to know which one will be faster randomAccessFil e or Bufferedeader. I am reading a file about 18 MB. For that using randomAccessFil e i will read from the beginning of the file the first time and i will get the position of file pointer depending on the line's data and after that i will start reading from the position of file pointer. this will happen for each call of one method that i wrote..... initially i used BufferedReader but it was slow.....so...
    See more | Go to post

  • jyohere
    replied to Reading a big file
    in Java
    i have used patterns already and i used BufferedReader, but still its slow...
    See more | Go to post

    Leave a comment:


  • jyohere
    replied to Reading a big file
    in Java
    I want to read every line of the file and match it with a pattern to get the individual strings that make the line.....as the file gets bigger about 8MB....the execution takes longer time...
    See more | Go to post

    Leave a comment:


  • jyohere
    started a topic Reading a big file
    in Java

    Reading a big file

    What is the best way to read a big file in java......Actua lly i want the execution speed to be fast...i used BufferedReader and FileReader .....
    See more | Go to post

  • jyohere
    replied to Static method
    in Java
    wat if two threads call the same static method...
    See more | Go to post

    Leave a comment:


  • jyohere
    replied to Static method
    in Java
    no, it does not use multithreading. ...actually i create an object....it calls an instance method and this instance method calls a static method which uses static variables....an d this is repeated for say one more object.....ie. when the static method called by the previous object is executing.......
    See more | Go to post

    Leave a comment:


  • jyohere
    replied to Static method
    in Java
    am not sure....actuall y i used it in my project.....wat i meant was that when one instance call to the static method is executing another call to that same method comes from another instance....the process becomes really slow....am i clear or sound stupid...
    See more | Go to post

    Leave a comment:


  • jyohere
    started a topic Static method
    in Java

    Static method

    what happens when a static method(which uses static variables) is called by two instances of an object simultaneously. ..will the method execution be slower
    See more | Go to post

  • jyohere
    started a topic string
    in Java

    string

    what is the difference between

    String str=null;
    String str=" "; and
    String str="";
    See more | Go to post

  • jyohere
    replied to Read a continuously changing file
    in Java
    when appending it is working fine...only when overwriting it did not work....it will work when appending ....am i right......
    See more | Go to post

    Leave a comment:


  • jyohere
    started a topic Read a continuously changing file
    in Java

    Read a continuously changing file

    How to read a file that gets its data appended continuously... .pls help...i used file reader and buffered reader....but sometimes it does not read
    See more | Go to post

  • jyohere
    replied to Buffered Reader
    in Java
    thanks jos....i think u are right.....need to test more....wl let u know
    See more | Go to post

    Leave a comment:


  • jyohere
    replied to Buffered Reader
    in Java
    I am testing the file putting it in a separate place.....let me try my luck...
    See more | Go to post

    Leave a comment:


  • jyohere
    replied to Buffered Reader
    in Java
    the other process is a crontab entry in linux which will fetch the file from an other system and overwrite it.....i am asking about the load because when the file is of small size in the beginning it is working fine...but when the file size increases to say 3mb it is behaving differently.... hope its clear for u now.....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...