Re: Tips for SMP?

1999-08-26 Thread Magnus Niemann
doing some number-crunching .. but that will be in the near future. Magnus -- Magnus Niemann[EMAIL PROTECTED] Wissenschaftlicher Mitarbeiter Fachgebiet Formale Modelle, Fachbereich 13 (Informatik) Logik

Re: serial communication

1999-08-03 Thread Magnus Niemann
edu/~mkgray/rxtx Have fun! Magnus -- Magnus Niemann[EMAIL PROTECTED] Wissenschaftlicher Mitarbeiter Fachgebiet Formale Modelle, Fachbereich 13 (Informatik) Logik und Programmier

Re: go back to gzip!

1999-03-31 Thread Magnus Niemann
but all people *I* know (personally) have bzip2 as part of their Linux distribution. And even the kernel will be compressed with this program in the near future. IMHO bzip2 will replace gzip soon just because it allow for even denser compression than the old compression

Re: swing1.1

1998-12-29 Thread Magnus Niemann
On Tue, 29 Dec 1998, Ron DeAngelis wrote: > IS there a version of swing1.1 port available for intel anywhere? We had this topic before. Swing 1.1 is 100% java, so you don't need a port for intel. Just take the version Sun provides ... Magnus Niemann

Re: Q: Language determination???

1998-12-23 Thread Magnus Niemann
On 23 Dec 1998, Dirk Schreiber wrote: > i am looking for a function which returns the currently used language. I > can't find anything in the system.properties or api index. Take a look at java.util.Locale! Magnus

Re: An IDE for C and JAVA

1998-12-23 Thread Magnus Niemann
remely slow on even good Pentium systems. With EMACS and JDE you can work also on smaller computers (like mine :-(). OK, it is no IDE, but who needs a GUI builder anyway? Magnus Niemann

Re: Stupid PopupMenu question (retry)

1998-11-29 Thread Magnus Niemann
On Sat, 28 Nov 1998, Thomas Okken wrote: > In my processMouseEvent method, I check for mouse clicks in a certain > place, and then I try to pop up the menu by saying > > mypopup.show(this, X, Y); > The documentation for PopupMenu.show() mentions a "parent", but I can't > figure out how to > set i