DO NOT REPLY [Bug 39983] AWTRenderer should not call System.exit().

2008-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39983


Andreas L. Delmelle [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED




--- Comment #7 from Andreas L. Delmelle [EMAIL PROTECTED]  2008-05-04 
23:23:49 PST ---
Second try... Resolution already set to FIXED.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 39983] AWTRenderer should not call System.exit().

2008-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39983





--- Comment #6 from Andreas L. Delmelle [EMAIL PROTECTED]  2008-05-04 
22:51:53 PST ---
Cleanup: marking bug as fixed, so it disappears from the weekly bug-report.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 39983] - AWTRenderer should not call System.exit().

2006-07-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39983.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39983


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-07-10 20:15 ---
Thanks for the hints. I've taken care of everything (I think). Tell us if it's
better now. Change in FOP Trunk: 
http://svn.apache.org/viewvc?rev=420626view=rev

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 39983] - AWTRenderer should not call System.exit().

2006-07-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39983.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39983


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Additional Comments From [EMAIL PROTECTED]  2006-07-10 20:53 ---
You rock!  Thanks!!  (Marking as verified.)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 39983] - AWTRenderer should not call System.exit().

2006-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39983.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39983





--- Additional Comments From [EMAIL PROTECTED]  2006-07-07 16:22 ---
Regarding my comment #1, I found the issue is with the UIManager.setLookAndFeel(
   UIManager.getSystemLookAndFeelClassName()) call in the
PreviewDialog constructor.  Removing it eliminates the issue.  My current
work-around is to save the current LAF before opening the AWTRenderer, then
restoring after the AWTRenderer is closed.

I don't agree with this being called from within the constructor.  Shouldn't it
be up to the caller to specify the LAF?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 39983] - AWTRenderer should not call System.exit().

2006-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39983.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39983





--- Additional Comments From [EMAIL PROTECTED]  2006-07-07 16:27 ---
Actually, just calling this before I open the AWTRenderer works, too.  I still
think it's a hack, but it's a better hack.  :-)

System.setProperty(swing.systemlaf, UIManager.getLookAndFeel().getName());

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 39983] - AWTRenderer should not call System.exit().

2006-07-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39983.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39983





--- Additional Comments From [EMAIL PROTECTED]  2006-07-06 22:28 ---
Also, please see http://forum.java.sun.com/thread.jspa?threadID=750578.  I wrote
a quick extension to AWTRenderer which overrides setUserAgent(), calls super,
then removes all the WindowListener's from the frame to get around the
System.exit() part.  However, the text on disabled JButton's on my original
Swing form no longer appears after displaying and closing the AWTRenderer.  Any
ideas?  (I can file this as a separate bug if desired.)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.