Classpath Swing development?

2004-05-24 Thread Roman Kennke
Hi Classpath-list, I am new to classpath and this mailing list, so first a big 'hello' to everybody out there :-) I am developing a Java application, that uses a Swing-based GUI. ( http://ontographics.com/source/ ) I hope to get it someday working with free Java implementations. In order to

Re: Classpath Swing development?

2004-05-24 Thread Roman Kennke
Am Di, den 25.05.2004 schrieb Grzegorz B. Prokopski um 0:19: On (24/05/04 23:08), Roman Kennke wrote: The Hacker's Guide would appear to be just that: http://www.gnu.org/software/classpath/docs/hacking.html This includes a list of VMs. Well, yes. But it is not clear, which

Re: Classpath Swing development?

2004-05-25 Thread Roman Kennke
Am Di, den 25.05.2004 schrieb Valentin Chira um 10:19: What is this FSF all about? I mean I know what it is but can't we contribute without all that paperwork? What if people live in Mongolia and wanna help? Is there a way? What's the problem? There were some suggestions to my (your) problem

Re: SpringLayout

2004-06-04 Thread Roman Kennke
Here are my comments: +public ImageIcon(Image image) { Please put '{' on new line a habit of mine, sorry, +return; No need for this. another habit of mine. +package javax.swing; + +/** + * DOCUMENT ME! Please add dcoumentation from the beginning. Otherwise it will

URLStreamHandler does not correcly parse filenames as URL

2004-06-14 Thread Roman Kennke
Original Submission: I found, that java.net.URLStreamHandler does not correctly parse filenames such as mapping.xml as URLs. Some applications do such things, like Castor (here I found the error). The problem is, that URLStreamHandler.parseURL looks for / and does not check, if a / is found. In

does somebody work on JSpinner and friends?

2004-06-29 Thread Roman Kennke
Hi, I'd like to work on JSpinner and related classes. First I would like to check, if somebody else is already working on it. I see, that javax.swing.SpinnerModel is already there, so this might be the case. In case somebody is already working on it, maybe I could help with some pieces (there

Screenshots

2004-06-29 Thread Roman Kennke
Hi list, I have done some cool screenshots: http://ontographics.com/classpath/screenshots.html One noticable screenshot is the HyperTree view, which now works with Classpath (I modified the HyperTree library to work with pure AWT). This works great, including dragging, clicking etc. The others

Re: Eclipse 3.0

2004-07-02 Thread Roman Kennke
Ok, back to the problem: Caused by: java.lang.NullPointerException at org.eclipse.osgi.framework.adaptor.core.BundleResourceHandler.openConnection (BundleResourceHandler.java:138) at java.net.URL.openConnection (URL.java:658) I bet, that there is no URLStreamHandler set (instance

Re: Eclipse 3.0

2004-07-02 Thread Roman Kennke
Am Fr, den 02.07.2004 schrieb Roman Kennke um 13:57: Ok, back to the problem: Caused by: java.lang.NullPointerException at org.eclipse.osgi.framework.adaptor.core.BundleResourceHandler.openConnection (BundleResourceHandler.java:138) at java.net.URL.openConnection (URL.java:658

GNU Classpath and JDK1.0 completeness and compatibility

2004-07-12 Thread Roman Kennke
Hi list, In one of the last threads on this list there was a discussion about which JDK spec GNU Classpath should have as a goal for its 1.0 release. I will not answer it here (altough it seemed that most people see 1.4 as a reasonable goal). To concentrate efforts and to provide a basis for

Re: GNU Classpath and JDK1.0 completeness and compatibility

2004-07-12 Thread Roman Kennke
Am Mo, den 12.07.2004 schrieb Thomas Fitzsimmons um 20:25: On Mon, 2004-07-12 at 13:37, Roman Kennke wrote: Hi list, In one of the last threads on this list there was a discussion about which JDK spec GNU Classpath should have as a goal for its 1.0 release. I will not answer it here

Re: automated mauve reports

2004-07-18 Thread Roman Kennke
Am So, den 18.07.2004 schrieb Mark Wielaard um 16:36: Hi Roman, On Sun, 2004-07-18 at 00:23, Roman Kennke wrote: http://ontographics.com/classpath/report-index.html I still have to improve the script. When it is perfect, I will make a cron job out of it, which will fetch the current

Re: automated mauve reports

2004-07-18 Thread Roman Kennke
Am So, den 18.07.2004 schrieb Mark Wielaard um 16:36: Hi Roman, On Sun, 2004-07-18 at 00:23, Roman Kennke wrote: http://ontographics.com/classpath/report-index.html I still have to improve the script. When it is perfect, I will make a cron job out of it, which will fetch the current

Calientra Screenshot using CP-current

2005-02-14 Thread Roman Kennke
Hi there, After a long pause I am finally back in GNU CP :-) I have successfully got running Calientra (formerly known as Ontographics) nearly out of the box with current CVS of GNU Classpath. A screenshot of this can be found here: http://www.ontographics.com/~roman/Calientra-Screenshot.png

javax.swing.text.rtf.RTFEditorKit

2005-03-03 Thread Roman Kennke
Hi there, Is there somebody working on RTFEditorKit? I've heard some rumors about this but I am not sure. If not, I would begin with it, maybe with a simple RTF-Syntax-Filter that produces plain-text and then add special handling for formatting later. /Roman signature.asc Description: Dies

Re: javax.swing.text.rtf.RTFEditorKit

2005-03-03 Thread Roman Kennke
Am Donnerstag, den 03.03.2005, 15:40 +0100 schrieb Sven de Marothy: Is there somebody working on RTFEditorKit? I've heard some rumors about this but I am not sure. If not, I would begin with it, maybe with a simple RTF-Syntax-Filter that produces plain-text and then add special handling for

Re: javax.swing.text.rtf.RTFEditorKit

2005-03-03 Thread Roman Kennke
I have started to write an RTF parser with antlr, based upon the RTF spec: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/rtfspec.asp which is quite easy and fun. When I have this ready, I will include both the antlr sources and the generated .java files in the

Re: JDialog weirdness - what to do?

2005-03-04 Thread Roman Kennke
Am Freitag, den 04.03.2005, 11:22 +0100 schrieb Christopher Oezbek: On Fri, 4 Mar 2005 10:45:13 +0100, Thomas Zander [EMAIL PROTECTED] wrote: if future versions define another item then you can still _set_ that item on an older version without getting an exception. It just won't do what

Re: javax.swing.text.rtf.RTFEditorKit

2005-03-04 Thread Roman Kennke
Am Freitag, den 04.03.2005, 16:03 +0100 schrieb Mark Wielaard: Hi, On Thu, 2005-03-03 at 19:34 +0100, Roman Kennke wrote: When I have this ready, I will include both the antlr sources and the generated .java files in the classpath source tree, so that we have no additional dependency

Re: GdkGraphics extending Graphics2D?

2005-03-05 Thread Roman Kennke
So, IMHO, trying to turn the Graphics peer into Graphics2D will just add to the kluginess. Better to do the proper thing and throw it out as soon as it's practical to do so, and put our effort into Graphics2D and Cairo. yeah, exactly my opinion. Please no stub methods and no wasted efforts.

Re: Progress on a Classpath mauve suite?

2005-03-08 Thread Roman Kennke
Am Montag, den 07.03.2005, 21:49 -0600 schrieb Archie Cobbs: In this thread: http://lists.gnu.org/archive/html/classpath/2004-12/threads.html#00137 we talked about putting together somehow a list of Mauve tests that all Classpath-based VMs should expect to pass, along with another

Re: Progress on a Classpath mauve suite?

2005-03-08 Thread Roman Kennke
Am Dienstag, den 08.03.2005, 09:11 -0600 schrieb Archie Cobbs: Roman Kennke wrote: http://lists.gnu.org/archive/html/classpath/2004-12/threads.html#00137 we talked about putting together somehow a list of Mauve tests that all Classpath-based VMs should expect to pass, along with another

Re: Progress on a Classpath mauve suite?

2005-03-08 Thread Roman Kennke
Am Dienstag, den 08.03.2005, 10:34 -0600 schrieb Archie Cobbs: Roman Kennke wrote: Ah, now I'm understanding. I think maybe you mean the mauve HTML pages that I once put together? This basically tested different runtimes against the Mauve suite and formatted to Mauve output nicely into HTML

Re: gjdoc feedback

2005-04-01 Thread Roman Kennke
Hi there, Am Freitag, den 01.04.2005, 10:23 +0200 schrieb Thomas Zander: gjdoc feedback So it looks great in all browsers that correctly support css2, not a bug IMO. Not a bug but maybe a missing feature. Maybe an option to generate only css1 would help here? I don't say implement IE

Re: [cp-patches] FYI: primitive fullscreen mode support

2005-04-05 Thread Roman Kennke
Hi, Am Dienstag, den 05.04.2005, 18:51 +0200 schrieb Robert Schuster: I'm committing the attached patch that implements a primitive fullscreen support on a peer independent level. Actually it does only resize and relocate the fullscreen window. Peers that implement a real (accelerated)

Re: Japize fix

2005-05-19 Thread Roman Kennke
Hi Robert, hi list, Robert Schuster wrote: Hi Roman, I had a similar question some months ago. It all lead to this[0] issue in the mediation wiki. Thank you, this sheds some light on the issue. After all I think that JAPI is useful as it is, and for some purpose it is also useful as I would like

Re: Spring-cleaning of gtk peers.

2005-05-27 Thread Roman Kennke
Hi Sven, I propose (and am working on) the following main points: 1) GtkImage is a mess, and is terribly inefficient. Do what was intended with the AWT 1.1 API and wrap something which can be blitted quickly, e.g. a 32-bit int vector in gtk-compatible AABBGGRR format. 2) Get rid of

Re: [cp-patches] FYI: Bumped up serialVersionUIDs in javax.swing

2005-05-29 Thread Roman Kennke
Am Samstag, den 28.05.2005, 13:46 +0100 schrieb Andrew John Hughes: On Sat, 2005-05-28 at 09:24 +0200, Michael Koch wrote: On Sat, May 28, 2005 at 12:09:00AM +0100, Andrew John Hughes wrote: On Fri, 2005-05-27 at 23:14 +0200, Roman Kennke wrote: Hi, I updated all

pre-GCJ4 support

2005-05-30 Thread Roman Kennke
Hi, what is the status of the discussion of pre-GCJ4 support in GNU Classpath. Should we still support GCJ3.4 ('s bugs)? I would vote for switching to GCJ4 so that accessibility support in Swing can be implemented. FYI: I've tried to build the current GNU Classpath with both GCJ3.3 and

Re: Cleaning up Savannah (a bit)

2005-06-01 Thread Roman Kennke
Sven de Marothy wrote: Hi, I guess you all know we've got a Task list and a Patches list on Savannah. Both of these have been used somewhat sporadically in the past, and the follow-up hasn't been so good. I'd like to clean it up a bit and close all bugs and patches prior to Jan 1, 2005, since

Fwd: GCJ and CORBA

2005-06-04 Thread Roman Kennke
I forward this message that I sent to [EMAIL PROTECTED] to [EMAIL PROTECTED] Hi, I try to compile GNU Classpath with GCJ (3.4 and 4.0) and stumble over the following oddity (actually hundreds of them): ../gnu/java/rmi/RMIMarshalledObjectOutputStream.java:52: Fehler: Class

Re: Swing question

2005-06-05 Thread Roman Kennke
Hi, I was looking through the JAPI results for Swing and came across this oddity: class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout: public in jdk14, but protected in classpath Suns' javadoc says this: This inner class is marked public due to a compiler

RFC: AWTUtilities vs SwingUtilities

2005-06-29 Thread Roman Kennke
Hi, I notice that we used to have a class AWTUtilities in gnu.java.awt that mirrors the functionality of SwingUtilities for access in AWT. This seems to be removed and replaced by references to SwingUtilities inside of AWT. I don't think that this is a good idea at all. I can imagine that

Re: RFC: AWTUtilities vs SwingUtilities

2005-06-30 Thread Roman Kennke
Am Donnerstag, den 30.06.2005, 09:16 +0200 schrieb Ingo Prötel: Hi Roman, actually I introduced the AWTUtilitis in our copy fo the classpath tree to remove the interdependency between a pure AWT application and Swing. So that class never existed in Classpath. But I still think it would be a

Re: Eclipse broken with 0.16

2005-07-01 Thread Roman Kennke
Am Freitag, den 01.07.2005, 11:34 -0600 schrieb Tom Tromey: Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark Sigh. My apologies. I had tested against 3.1-final and I hadn't seen Mark this failure. Chris said he had some extra fixes, but I didn't wait for Mark them for the release since

Re: No 0.16.1, but quick 0.17?

2005-07-04 Thread Roman Kennke
Hi, - swing busy paint/validate loops cleanups The removal of paint() and revalidate() has improved the feel of free swing a lot and although there are some small redrawing issues I think this is a big improvement on usability over 0.16. Roman, do you feel this is an improvement?

Re: ResourceBundle optimisation

2005-07-08 Thread Roman Kennke
Hi, Another idea: invent a System.property to control cache-behaviour. With a useful default, users can tune as they like: cache, no cache, cache forever, cache with expiration... Indeed, a good idea! Someone should set up a page in the Wiki about the system properties that the user can use

Re: Suggesting public GNU Classpath namespace

2005-07-15 Thread Roman Kennke
Robert Schuster wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, correct me if I am wrong but I think 'our' public namespace would be: org.gnu.classpath Yeah, maybe org.classpath would also be ok and more straightforward, since we own the classpath.org domain. /Roman

Re: additional 16x16 Metal icons

2005-07-23 Thread Roman Kennke
Hi theUser (what is your real name btw?) At first, thx to Tom, for the answer to my last postion Metal icons. But are drawn 16x16 icons needed? Generally, we have most of the icons that are needed atm, which is not to say that we are complete with icons. There are a lot of things missing

Re: ClasspathToolkit redesign.

2005-07-25 Thread Roman Kennke
Hi Sven, Ok, I've been looking into the issue of our AWT peer interface now that I've been running my peers on Classpath in earnest. The goal here is to try to bring our peer interface as close to Sun's as possible. And simplify things for potential peer-authors. ... Summary: So, my

Re: The beginning of peers for Cocoa

2005-08-25 Thread Roman Kennke
Am Mittwoch, den 24.08.2005, 22:48 -0400 schrieb Andrew Pinski: I started to work to peers for Cocoa so we can have native peers without extra libraries installed on Mac OS X. They should also be useful for GNUStep, I am trying not to use Cocoa specific methods. Wow cool! I only recently

Re: Mauve status

2005-09-04 Thread Roman Kennke
Hi there, On Fri, 2005-09-02 at 00:20 +0200, Mark Wielaard wrote: Running the Mauve testsuite (CVS) in preparation of 0.18: With the following regressions: +FAIL: gnu.testlet.javax.swing.text.AbstractDocument.AbstractDocumentTest: uncaught exception at testCreateLeafElement number

Re: Looking for SwingUtilities.clipString()

2005-09-05 Thread Roman Kennke
Hi Thorsten, I couldn't find any mechanism that clips the string based on the width of the parent's container it resists in. I was looking in the BasicLabelUI-class and looked at SwingUtilities.java, but couldn't find anything related. However, the

Re: Question about createUI() method?

2005-09-07 Thread Roman Kennke
Am Dienstag, den 06.09.2005, 21:13 + schrieb David Gilbert: Hi, A quick question about Swing: A lot of the createUI() methods in the look and feel code are implemented with a HashMap to retain references to the UI delegates that are created. For example: public static

Re: Questions about programs

2005-09-19 Thread Roman Kennke
Am Samstag, den 17.09.2005, 18:37 + schrieb theUser BL: Hi! Why use GNU Classpath a Swing-Demo program, which can't run on Suns Java? That must be an accident. http://www.theuserbl.ag.vu/jdk16err.txt Looks like the problem here is that the GNULookAndFeel uses icons which are included

Re: Differences to Java

2005-09-24 Thread Roman Kennke
Hi, Am Samstag, den 24.09.2005, 16:45 + schrieb theUser BL: Hi! Look at my comment at http://forums.java.net/jive/thread.jspa?threadID=1510tstart=0 It seems, that GNU Classpath handles the layout different to Suns Java. The GNU version makes more sense for me. But I am not sure, if

Segfault in GdkGraphics

2005-09-24 Thread Roman Kennke
Hi list, hi Thomas, I am working on the Swing painting stuff in the hope to optimize it. I added some 'improvement' to JComponent (which is attached), which should enable double buffering in Swing painting, even if the paint request comes from the AWT side (which simply calls paint, instead of

Re: Segfault in GdkGraphics

2005-09-24 Thread Roman Kennke
. g.drawImage(buffer, 0, 0, this); it appears that we never draw on the buffer, dispose the component graphics and then try to draw with this disposed graphics object. Duh... /Roman Am Samstag, den 24.09.2005, 22:22 +0200 schrieb Roman Kennke: Hi list, hi Thomas, I am working

Re: Segfault in GdkGraphics

2005-09-24 Thread Roman Kennke
Hi again, it appears that we never draw on the buffer, dispose the component graphics and then try to draw with this disposed graphics object. Duh... Thinking about it, drawing to a disposed graphics might be illegal, but surely should not segfault. So maybe we could add a little checking code

Re: JPEG Encoder Class Contribution

2005-09-24 Thread Roman Kennke
Hi Trevor, Some time ago you offered to contribute your JPEG codec. Is this offer still valid? A JPEG codec would be very useful to have in the GNU Classpath project, especially for javax.imageio. It's one of the few missing pieces left for JDK1.4 compatibility. Best regards, Roman

Re: Differences to Java

2005-09-25 Thread Roman Kennke
Hi!, Am Sonntag, den 25.09.2005, 09:01 +0200 schrieb Thomas Zander: On Saturday 24 September 2005 18:45, theUser BL wrote: Hi! Look at my comment at http://forums.java.net/jive/thread.jspa?threadID=1510tstart=0 It seems, that GNU Classpath handles the layout different to Suns Java.

Re: A free swing milestone?

2005-09-29 Thread Roman Kennke
Am Mittwoch, den 28.09.2005, 17:17 + schrieb David Gilbert: Perhaps I'm just the last to notice, but... Today I was able to load and run to completion the JCommon test suite via JUnit's Swing-based test runner using JamVM and GNU Classpath CVS - here is a screen shot:

Re: Has someone experimented with jedit?

2005-10-05 Thread Roman Kennke
Hi, Me and Mark and some other guys have already experimented with JEdit. It is a quite demanding application, so there will be alot to do before it works nicely. The most important missing pieces are: - JEdit depends on Java2D, which is not implemented completely and efficiently so far, and is

Re: update UI not overwritten warnings useful to Swing hackers / as bugs?

2005-10-11 Thread Roman Kennke
Hi Paul, Hope it is OK to mail to you direct in this case but not sure if this was best on list or just me that did not know and I knew you would be a good person to help :-) Thank you. I CC the list, I hope this is OK for you. :-) When we find the Swing warning update UI not overwritten in

Re: Short event-handling question...

2005-10-12 Thread Roman Kennke
Hi Clemens, However there is a thing I do not fully understand / did not find out how its realized: If I post a synthetic event to the event queue using t.getSystemEventQueue.postEvent() end the source of the event is e.g. a JFrame, the event is automatically sent to the lightweight

Re: build failure - problems detecting freetype2 headers

2005-10-16 Thread Roman Kennke
Am Donnerstag, den 13.10.2005, 23:06 +0200 schrieb Sandor Bodo-Merle: Hi I just checked out classpath as an eclipse project. Build started instantly - this is a nice feature. But then i got compile error in the console window. It seems to me that the include path for freetype2 package is

Good AWT reference

2005-10-24 Thread Roman Kennke
Hi, I don't know if this is already known, I just found a good AWT reference by Oreilly, which is no longer in print but available as PDF from: http://www.oreilly.com/catalog/javawt/book/index.html I thought this could be interesting to all AWT and Swing hackers out there :-) /Roman

Re: Using OSG for Classpath

2005-10-31 Thread Roman Kennke
be avoided, please file a bug report. http://www.gnu.org/software/classpath/bugs.html Thank you, Roman Kennke signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org

Re: Mauve results

2005-11-01 Thread Roman Kennke
Hi, Free Swing regressions (I am not too worries about these since there is a huge number of new PASSes for these. So I assume the few new regressions are collateral damage. But it would be nice if someone could analyze these): I will look into some of these tomorrow. BoxLayout seems to

Re: Mauve results

2005-11-02 Thread Roman Kennke
Hi there, +FAIL: gnu.testlet.javax.swing.JLabel.constructor (number 2) +FAIL: gnu.testlet.javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults: EditorPane (number 2) +FAIL: gnu.testlet.javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults: TextArea (number 3) +FAIL:

Re: Asking our experts on Swing.

2005-11-03 Thread Roman Kennke
Hi Audrius, Can you create a small testprog that demonstrates the problem? Otherwise it is a bit hard to debug. /Roman Am Donnerstag, den 03.11.2005, 01:03 +0100 schrieb Meskauskas Audrius: This evening I first tried my two player CORBA game. The CORBA works, the socket works, the layout and

Re: Comment to 0.19

2005-11-06 Thread Roman Kennke
Hi there, What me a little bit surprised is, that GNU Classpath becomes the same bugs as Suns Java. In the Viewport-Demo or how it was called, there existing now the bug (or isn't it one?) that after the button moved to left or right, on the places where the button isn't any more, still

Re: OT: and now oceanButtonRect()

2005-11-16 Thread Roman Kennke
Have a look at the new screenshot (the old one I have deleted): http://user.web-gear.com/theuserbl/screeny2.png This looks indeed nice. I would happily integrate you code into Classpath, if the methods could take the parameters that I mentioned in my previous mail and if Mark gives his ok,

Re: OT: oceanMenuRect()

2005-11-16 Thread Roman Kennke
Hi theUserBL (what is your real name?), Am Samstag, den 12.11.2005, 14:24 + schrieb theUser BL: I know, that it is a litte bit off topic, because it have nothing to do with Java 1.4 (which is the current goal to be compatible with it). Well, we already have 1.5 stuff in the tree and if we

Re: OT: and now oceanButtonRect()

2005-11-16 Thread Roman Kennke
Maybe it helps if I send you all the parameters for gradients in the OceanTheme. I think that there should only be one method for drawing the gradient, which should be customized using the parameters. Here they come: Key: Button.gradient Value: [0.3, 0.0,

Re: Kerberos

2005-11-20 Thread Roman Kennke
Hi Jeff, Am Samstag, den 19.11.2005, 23:09 -0500 schrieb Jeff Bailey: Hi! I sent in a patch to implement the KerberosPrincipal class. Cool! What I was thinking is that there should probably really be three implementations of the Kerberos stuff. The first two are glue code around MIT

Re: FreeSWTTestApps page added to wiki

2005-11-22 Thread Roman Kennke
Hi Egon, Am Dienstag, den 22.11.2005, 13:23 +0100 schrieb Egon Willighagen: (Please cc me, as I am not yet subscribed) Hi all, I'm attempting to setup a live CD for chemoinformatics, which will include Java software too. I already tested Jmol and JChemPaint with jamvm and classpath

State of the VM interface

2005-12-16 Thread Roman Kennke
Hi there, I investigated the state of our VM interface by looking at the stuff in native/jni and here are the classes that seem to directly access native code without utilizing a VM interface: java.lang.reflect.Array gnu.java.net.PlainSocketImpl (in process) gnu.java.net.PlainDatagramSocketImpl

Re: javax.swing.JTextField

2005-12-20 Thread Roman Kennke
Hi Christopher, Am Montag, den 19.12.2005, 22:40 -0500 schrieb Christopher Lansdown: Hi, JTextField doesn't seem to send any ActionEvent's when VK_ENTER is pressed, and looking through the source it doesn't seem to try to catch this. Is anyone working on this currently? Which version of

Re: javax.swing.JTextField

2005-12-21 Thread Roman Kennke
Hi Christopher, I tested with current CVS HEAD and there it seems to work. And I believe, nobody worked on that in the last weeks, so it should at least be in 0.19 too. You can find the associated sourcecode in javax/swing/JTextField.java starting at line 95 (the notifyAction stuff). I

Re: javax.swing.JTextField

2005-12-21 Thread Roman Kennke
Hi again, What's strange is that JFormattedTextField, which inherits from JTextField, doesn't fire the action event... Oh, I see, it specifically overrides the action map. Is it correct that JFormattedTextField's getActions() just returns null, rather than invoking its super-class, or at

Swing-based AWT peers

2005-12-21 Thread Roman Kennke
Hi there, I have been asked on IRC about the possibility of Swing-based AWT peers. I have started something like this some weeks ago and hope to continue this soon. I want to outline how I think this would work and provide some code snippets. The idea is that we only need two native 'interfaces'

Re: java.swing.text.NumberFormatter

2005-12-23 Thread Roman Kennke
Hi Chris, Thanks for your explanations. Could you file a bugreport about this and assign it to me (roman at kennke dot org), so it doesn't get lost? Right now I don't have much time and I'll try to look at this in a few days. Cheers, Roman Am Donnerstag, den 22.12.2005, 12:34 -0500 schrieb

Re: JUnit

2005-12-23 Thread Roman Kennke
Hi, Am Samstag, den 24.12.2005, 01:05 +0100 schrieb Dalibor Topic: Raif S. Naffah wrote: hello all, soon the GNU Crypto classes will be moving to Classpath. i thought now is the right time to bring this subject since it makes it easier for those involved in this work. the

Re: Silly Java question

2005-12-27 Thread Roman Kennke
Hi Jeff, I'm just beating on the KerberosPrincipal class, and am trying to deal the comments given by people. The problem I'm having is that I have a name string and a type int. This is the comment at the top of my equals function: * From Section 7.2 of rfc1510: When comparing

Re: javax.swing.plaf.metal.MetalFileChooserUI

2006-01-02 Thread Roman Kennke
Hi Chris, Am Dienstag, den 27.12.2005, 14:16 -0500 schrieb Chris Lansdown: Hi, The closeDialog in BasicFileChooserUI has default access, and so can't be accessed from MetalFileChooserUI. Is this intentional? If that functionality is required (in particular, it seems appropriate to be able

Re: Color-Bug in Classpath 0.19

2006-01-02 Thread Roman Kennke
Hi there, Am Dienstag, den 27.12.2005, 17:57 -0700 schrieb Tom Tromey: == theUser BL [EMAIL PROTECTED] writes: In the AWT-Demo under Random Tests the Text Hi Red! is with JamVM and GNU Classpath red. But with Suns Java 1.4, 1.5 and 1.6 under Windows and Linux it is cyan! I see this

Re: Target-Native Impls

2006-01-06 Thread Roman Kennke
Hi there, Am Donnerstag, den 05.01.2006, 09:59 +0100 schrieb Christian Thalinger: On Wed, 2006-01-04 at 11:09 +, Roman Kennke wrote: posix MinGW SunOS (aka Solaris) embOS RTEMS the latter are most likely not very interesting for Classpath but should serve as examples for two

Re: please test: XMLEncoder patch - version 2

2006-01-09 Thread Roman Kennke
Hi Robert, Is it really necessary to directly reference all those classes in java.beans.Encoder.setupDefaultPersistenceDelegates()? Can you explain what this method does and why the encoder won't work without these persistent delegates? I am asking, because we had discussions about breaking down

Updating Mauve tags

2006-01-14 Thread Roman Kennke
Hi there, (BTW: This is a Mauve topic, I CC the classpath list because the mauve-discuss list seems so dead). I see that we have a concept of tags in Mauve. That is a collection of keys at the top of each test class. This way we can filter the tests. ATM we have tags for the JDK versions like

Re: Updating Mauve tags

2006-01-15 Thread Roman Kennke
Hi Mark, I see that we have a concept of tags in Mauve. That is a collection of keys at the top of each test class. This way we can filter the tests. ATM we have tags for the JDK versions like JDK1.4 JDK1.3 and so on and a couple of other tags. However, it seems that they are not

Re: Aicas again

2006-01-24 Thread Roman Kennke
Hi there, But in general, I do not appreciate what Aicas has been doing nor do I find it valuable. All I see this work doing is making Classpath's native implementation of things less and less maintainable, with a benefit that is utterly unclear to me. I vote that they stop changing

Re: Aicas again

2006-01-24 Thread Roman Kennke
Hi again, Am Dienstag, den 24.01.2006, 10:53 +0100 schrieb Roman Kennke: Hi there, But in general, I do not appreciate what Aicas has been doing nor do I find it valuable. All I see this work doing is making Classpath's native implementation of things less and less maintainable

Re: New native layer

2006-01-31 Thread Roman Kennke
Hi Brian, hi list, Yea, I think the point for me would be to keep Classpath's java hackers out of the business of writing native code, and especially out of the business of porting native code for such common idioms as generic file operations, network operations, etc. BTW, Torsten, the

Re: GNU classpath contribution question

2006-02-02 Thread Roman Kennke
Hi Ken, Let's say for example standard Java defines some constant like FileFormat.BINARY. The Javadoc does not specify the value of this constant. I want to write a replacement for FileFormat, so I write a program System.out.println(FileFormat.BINARY) and run it against Sun's

Re: Patch: Fix painting of lightweight AWT children

2006-02-14 Thread Roman Kennke
Hi, Am Montag, den 13.02.2006, 11:08 -0500 schrieb Scott Gilbertson: I submitted the attatched patch for GCJ (with some associated xlib-peer-specific changes), and was asked to get the Classpath changes approved here before checking them in to the GCJ tree. I've also attached a test program

RE: java.util.regex, gnu.regexp, ... How about oniguruma?

2006-02-14 Thread Roman Kennke
Hi there, Am Dienstag, den 14.02.2006, 15:29 +0100 schrieb Jeroen Frijters: Ito Kazumitsu wrote: I am playing with gnu.regexp these days and finding more and more to do before it becomes comparable with Sun's JDK. Although I will continue to make efforts on gnu.regexp, I am beginning

SwingSet demo

2006-02-16 Thread Roman Kennke
Hi folks, Today I had some success to get Sun's SwingSet demo from Swing1.1 to run with GNU Classpath. Unfortuately it is not 100% suitable for the FreeSwingTestApps page, because it has a somewhat crazy license. However, it is pretty impressive to see this run with Classpath and I really want to

Re: SwingSet demo

2006-02-16 Thread Roman Kennke
I forgot to say: Don't use this demo to control a nuclear plant or airplane. It is a bad idea to attach a Swing demo to an auto pilot. :-D And do not disparage Sun using this demo, ROTFL /Roman Am Donnerstag, den 16.02.2006, 16:00 +0100 schrieb Roman Kennke: Hi folks, Today I had some

Re: GtkComponentPeer realization

2006-02-20 Thread Roman Kennke
Hi Mark, OK, I see now where the trouble comes from. In GtkComponentPeer constructor we have: // Only set our parent on the GTK side if our parent on the AWT // side is not showing. Otherwise the gtk peer will be shown // before we've had a chance to position and size it

RE: SwingSet demo

2006-02-24 Thread Roman Kennke
Hi theUser BL, Am Freitag, den 24.02.2006, 13:37 + schrieb theUser BL: On 16. Freb. Roman wrote Hi folks, Today I had some success to get Sun's SwingSet demo from Swing1.1 to run with GNU Classpath. Yesterday I have tried the SwingSet2 demo of Java 1.4 with GNU Classpath. And that

FOSDEM slides

2006-02-27 Thread Roman Kennke
Hi there, I have added my slides from FOSDEM2006 to the Wiki at: http://developer.classpath.org/mediation/Fosdem2006 I simply have dropped in into the schedule. I had to make some slight corrections: JTable and JTree editing seems to work quite well now, and - what surprises me even more -

Re: Next release

2006-02-27 Thread Roman Kennke
Hi Mark, As some people have been saying already there were some impressive showcases at Fosdem of things that just work now. So I feel it is time to do a new snapshot this week to share all this great work with our users. Both awt and swing made some very nice improvements, we have all the

Re: Next release

2006-02-27 Thread Roman Kennke
Am Montag, den 27.02.2006, 12:23 -0500 schrieb Stuart Ballard: On 2/27/06, Mark Wielaard [EMAIL PROTECTED] wrote: Everybody seems to agree 0.x really doesn't do justice to the maturity we have reached over the years. And it is really hard to define when we hit 1.0. So the proposal is

Re: Next release

2006-02-27 Thread Roman Kennke
Hi Mark, It then just needs to be brought up to date with the patches inbetween Saturday and the point where the release is called. Roman wanted some more time to stabilize so lets just pick Saturday as the day we freeze (meaning, when the release branch is created). Then only patches

Re: Next release

2006-02-28 Thread Roman Kennke
Hi there, I had a look at the mauve regressions. Here are my comments so far: -PASS: gnu.testlet.javax.swing.JLabel.Icon (number 6) -PASS: gnu.testlet.javax.swing.JLabel.Icon (number 7) +FAIL: gnu.testlet.javax.swing.JLabel.Icon (number 6) +FAIL: gnu.testlet.javax.swing.JLabel.Icon (number

Re: FOSDEM'06 Photos

2006-02-28 Thread Roman Kennke
Hi Robert, Am Dienstag, den 28.02.2006, 14:28 +0100 schrieb Robert Schuster: Hi friends, this was a great weekend which I really enjoyed! As you may have noticed I took a lot of photos ;) and I plan to make them available for you soon. I thought it would be a good idea to upload them to a

Re: ecj and -warn:unused

2006-02-28 Thread Roman Kennke
Hi there, Am Dienstag, den 28.02.2006, 14:28 -0500 schrieb Stuart Ballard: I figured out the reason why at least one of the compilers on my system was failing to build classpath. The version of ecj I have (from Ubuntu Breezy) doesn't appear to understand the unused parameter to the -warn

Re: WinCE

2006-03-07 Thread Roman Kennke
Hi Philippe, Another newbie question: (please forgive these lazy person questions but I can't spend the time to answer them myself right now). Is there a Classpath port for WinCE and if not where is ti at? I'm having deja vu...

Re: idl to java compiler: startup

2006-03-14 Thread Roman Kennke
Hi Vittorio, I'm going to develop an Open Source idl to java mapper. IIRC, Audrius, who develops Classpath's CORBA implementation has a plan or even already started an idl2java compiler. If that is the case (Audrius, could you comment?) you might want to coordinate with him. Roman --

  1   2   3   4   5   6   7   8   9   10   >