| Author |
iReport embedded
|
Janfry Nice
Greenhorn
Joined: Oct 10, 2005
Posts: 7
|
|
I want to show iReport inside my java application. So the user can modify the reports. When I close iReport the program does not exit. Is there anything wrong? A litte example. public static void main(String argv[]) { it.businesslogic.ireport.gui.MainFrame ireport = new it.businesslogic.ireport.gui.MainFrame(); ireport.setEmbeddedIreport(true); ireport.show(); }
|
 |
 |
|
|
subject: iReport embedded
|
|
|