RE: AWT Window

2002-02-21 Thread Alistair Hopkins
o for quality custom printing? I have no idea. Al -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: Re: AWT Window Hello, Alistair! You wrote to <[EMAIL PROTECTED]> "Nicola Ken Barozzi" <[E

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Alistair! You wrote to <[EMAIL PROTECTED]> "Nicola Ken Barozzi" <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 15:28:59 -: AH> More? >> public void print() >> public Action getPrintAction() >> public void zoom(String zoomFactor) >> public JCombo getZoomCombo() >>

RE: AWT Window

2002-02-21 Thread Alistair Hopkins
2002 3:11 PM To: [EMAIL PROTECTED] Subject: Re: AWT Window From: "Alistair Hopkins" <[EMAIL PROTECTED]> > So how about this as the public interface: > > package org.apache.fop.apps; > > public class AwtManager > { > public AwtManager(InputSource

Re: AWT Window

2002-02-21 Thread Nicola Ken Barozzi
From: "Alistair Hopkins" <[EMAIL PROTECTED]> > So how about this as the public interface: > > package org.apache.fop.apps; > > public class AwtManager > { > public AwtManager(InputSource fo) > > public AwtManager(InputSource xsl. InputSource xml) > > //these are separated so the w

RE: AWT Window

2002-02-21 Thread Jim Urban
I like it! For what its worth, you have my vote. Jim > -Original Message- > From: Alistair Hopkins [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 8:59 AM > To: [EMAIL PROTECTED] > Subject: RE: AWT Window > > > So how about this as the publi

RE: AWT Window

2002-02-21 Thread Alistair Hopkins
27;ve done most of it. Alistair -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 2:29 PM To: [EMAIL PROTECTED] Subject: RE: AWT Window While were suggesting enhancements for the AWT window, here is a change I made to the code Ivan Latysh se

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Jim! You wrote to <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 08:29:09 -0600: JU> While were suggesting enhancements for the AWT window, here is a JU> change I made to the code Ivan Latysh sent me last week. I needed JU> to process XML:FO which is dynamically generated and not .xml and JU

RE: AWT Window

2002-02-21 Thread Jim Urban
, where the placing of .xml and .xsl files on the workstation is a hassle due to the JWS security sandbox. Thanks, Jim > -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 8:07 AM > To: [EMAIL PROTECTED] > Subject:

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Jim! You wrote to <[EMAIL PROTECTED]> "Nicola Ken Barozzi" <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 08:19:22 -0600: JU> Sounds good to me. Just one thing, get rid of that System.exit() in JU> the dispose method! Let the implementer decide what to do when the JU> window containing the

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Nicola! You wrote to <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 15:06:44 +0100: NKB> Better still... give the JPanel like you propose and Actions that NKB> (if needed) can be easily put in a toolbar. Yes, exactly. It better because most of developers use their fill and look. They use custom

RE: AWT Window

2002-02-21 Thread Jim Urban
bruary 21, 2002 8:07 AM > To: [EMAIL PROTECTED] > Subject: Re: AWT Window > > > > - Original Message - > From: "IvanLatysh" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 21, 2002 2:53 PM > Subject: AWT Window > &g

Re: AWT Window

2002-02-21 Thread Nicola Ken Barozzi
- Original Message - From: "IvanLatysh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 2:53 PM Subject: AWT Window > Hello, Alistair! > You wrote to <[EMAIL PROTECTED]> on Thu, 21 Feb 2002 09:26:32 -: > > AH> Now that a few more people are interested