Hi,
I am printing a browser (JDIC) embedded in a JPanel or a JFrame, whatever. So far, so good, the html page is displayed well, etc. But everything is complicated by the closure of the frame or the application containing the panel. It appears that the browser does not close well. In fact, when I launch the application from Eclipse, after closing the frame, the famous button "Terminate" from the console is available, a sign that not everything went wrong. I add the browser to a panel, then the panel to a frame, to reproduce the conditions of my application. The passage by a FormLayout avoids the problems of scaling due to the conflict AWT / Swing. In my case, the following is unthinkable:
Briefly I have a problem to close my browser. Some one has an idea about this.frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
Bookmarks