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...
User Profile
Collapse
-
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...Leave a comment:
-
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[]---|... -
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 -
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.....Leave a comment:
-
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... -
i have used patterns already and i used BufferedReader, but still its slow...Leave a comment:
-
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...Leave a comment:
-
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 ..... -
-
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.......Leave a comment:
-
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...Leave a comment:
-
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 -
string
what is the difference between
String str=null;
String str=" "; and
String str=""; -
when appending it is working fine...only when overwriting it did not work....it will work when appending ....am i right......Leave a comment:
-
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 -
thanks jos....i think u are right.....need to test more....wl let u knowLeave a comment:
-
I am testing the file putting it in a separate place.....let me try my luck...Leave a comment:
-
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.....Leave a comment:
No activity results to display
Show More
Leave a comment: