Blogoforum - blog+forum on computer and development http://blogoforum.com/tag/computer+development Talk about computer and development Need Help in Modification MultiRowHeaderExample http://blogoforum.com/tag//need-help-in-modification-multirowheaderexample-7488.html Hi, While searching over the net I came to cross MultiRowHeaderExample, which I like to embed in my application, but the code generate the JTable looks like this:<a href="http://www.codeguru.com/java/articles/223.shtml">Multiple row header</a>(click on it to see the code). and I would like to modify it according to my application requirements, which must looks like this: <a href="http://www.ppiusindh.org/multi/">ModifiedMultipleRowHeaderExample </a>(click on it to see the required JTable form) copy the <a href="http://www.ppiusindh.org/MultipleRowHeaderExample/">Java Code</a> Thou, I have hit and try but couldn't generate accurate JTable as shown in the above URL, therefore, I am enclosing code for you to help me out, or at least show me the way how to increase the column width to the accurate length of label. - 1 reply Thu, 26 Jul 2007 05:51:16 GMT http://blogoforum.com/tag//need-help-in-modification-multirowheaderexample-7488.html Dynamic JProgressBar http://blogoforum.com/tag/java+swing/dynamic-jprogressbar-8644.html Dear Experts, I have created Applet-Servlet Communication Application, where I am trying to save the data via servlet and in return it sending boolean value to the applet. So, I would like to implement a JProgressBar, which may display at the time of data saving and the value of JProgressBar increase as the boolean value returns from servlet. Here I need your help, that if any one have an example (either in Applet or Swing Application) of JProgressBar, which may increase bar value upto 10% via Thread notify()method on the boolean value returns in true and after increasing upto 10% get the Thread wait() for the next boolean value returns in true. I hope you will be understanding the problem, if still have any confusion, or any other ideal to take care of this problem then I am looking forward to you. Thanking you in advance Regards, M.A.Bamboat - 1 reply Thu, 26 Jul 2007 05:35:27 GMT http://blogoforum.com/tag/java+swing/dynamic-jprogressbar-8644.html