I have included the libraries for iReports. When I open a jrxml file the chart does not display. Can you help. The error is:
java.lang.IllegalStateException: Problem in some module which uses Window System: Window System API is required to be called from AWT thread only, see
http://core.netbeans.org/proposals/threading/ at org.netbeans.core.windows.WindowManagerImpl.warnIfNotInEDT(WindowManagerImpl.java:1532)
at org.netbeans.core.windows.WindowManagerImpl.getMainWindow(WindowManagerImpl.java:156)
at com.jaspersoft.ireport.designer.utils.Misc.getMainFrame(Misc.java:142)
at com.jaspersoft.ireport.designer.utils.Misc.getMainWindow(Misc.java:133)
at com.jaspersoft.ireport.designer.connection.gui.PasswordDialog.askPassword(PasswordDialog.java:255)
at com.jaspersoft.ireport.designer.connection.JDBCConnection.getPassword(JDBCConnection.java:325)
at com.jaspersoft.ireport.designer.connection.JDBCConnection.getConnection(JDBCConnection.java:143)
at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:898)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)