aspose file tools
The moose likes Beginning Java and the fly likes Department Chart Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Department Chart" Watch "Department Chart" New topic
Author

Department Chart

shumani edzani
Greenhorn

Joined: Oct 03, 2008
Posts: 9
Hi

i want to print department chart with this code and the code is unable to do that please help

[edit]Add code tags. CR[/edit]
[ October 07, 2008: Message edited by: Campbell Ritchie ]
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35443
    
    9
So ... what does the code do? Where does it go wrong?

In the future, please UseCodeTags when posting code of any length.


Android appsImageJ pluginsJava web charts
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32833
    
    4
Originally posted by Ulf Dittmer:
So ... what does the code do? Where does it go wrong?
It appears to return null, which looks to me as though it would be better with void return type. It also declares "Exception," and catches it simultaneously. Both those features will make that method hard to use.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Department Chart
 
Similar Threads
ReportMatrix
ReportWizardMatrix
Matrix report
SQL Exception
Calculating no. of working days between tow dates