hello,
I want make a model, then the program has to fill it with the value and print it. that model has image, text and table.
here's my idea
1) i was thinking use a XLS as model to fill, but i have to use external libraries and i don't know how automatically print it (the class Desktop isn't supperted on kubuntu?!?!)
good: easy to save model
bad: use of proprietary software
2) draw the model to a panel and then print it (awt.print accept Graphics)
good: easy to print and graphical debug
bad: if the panel have scrol pane it won't print hidden components(i'm not sure about that!)
Any ideas?
p.s. sorry for my bad english