Re: [cp-patches] Gnu classpath permission patch ?

2007-05-25 Thread Pierre Parrend
Hello, thanks for the tip, to tell the Classes to use the right policy reader is usefull. However, I now get a ugly NullPointerException in policy reading, it seems that the given reader has problem reading the name of the ProtectionDomain: java.lang.ExceptionInInitializerError at

[cp-patches] FYI: NPE fix for OpenTypeFont

2007-05-25 Thread Robert Schuster
Hi, I applied this little patch to prevent a NPE when using a JTextField with the X peers. Regards Robert 2007-05-25 Robert Schuster [EMAIL PROTECTED] * gnu/java/awt/font/opentype/OpenTypeFont.java: (getGlyphIndex): Call getGlyphCharMap() instead of accessing cmap

[cp-patches] FYI: Added translation to XGraphics

2007-05-25 Thread Robert Schuster
Hi, the following patch adds adding the translation to rawFillRect() and rawDrawLine() in XGraphics2D. This fixes painting the gradient and backgrounds for Swing components. 2007-05-25 Robert Schuster [EMAIL PROTECTED] * gnu/java/awt/peer/x/XGraphics2D.java: (rawDrawLine):

Re: [cp-patches] Gnu classpath permission patch ?

2007-05-25 Thread Casey Marshall
On May 25, 2007, at 12:37 AM, Pierre Parrend wrote: Hello, thanks for the tip, to tell the Classes to use the right policy reader is usefull. However, I now get a ugly NullPointerException in policy reading, it seems that the given reader has problem reading the name of the