RE: Loading native libraries

2004-06-04 Thread Jeroen Frijters
Archie Cobbs wrote: I think we desperately need a VMClassLoader.getCallerClassLoader() But what the semantics of this method? I.e., define the caller. For example, would it return the same thing for both of these call traces? Foo.method - Runtime.loadLibrary() Foo.method -

Re: Loading native libraries

2004-06-04 Thread Archie Cobbs
Jeroen Frijters wrote: Archie Cobbs wrote: I think we desperately need a VMClassLoader.getCallerClassLoader() But what the semantics of this method? I.e., define the caller. For example, would it return the same thing for both of these call traces? Foo.method -

Re: Loading native libraries

2004-06-04 Thread Dalibor Topic
Archie Cobbs wrote: Jeroen Frijters wrote: Archie Cobbs wrote: I think we desperately need a VMClassLoader.getCallerClassLoader() But what the semantics of this method? I.e., define the caller. For example, would it return the same thing for both of these call traces? Foo.method -

Re: SpringLayout

2004-06-04 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 4. Juni 2004 10:27 schrieb Roman Kennke: Hi list, I've implemented javax.swing.SpringLayout and javax.swing.Spring. I have not yet signed the FSF copyright agreement, so I cannot get this into Classpath immediatly. Nevertheless I post

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