MAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, January 24, 2000 9:46 PM
Subject: Re: HELP: jdk122rc2 swing stuff doesn't work
> Ok, now at last I finally remember what _my_ problem was. Before I
> installed the JDK, I had just reinstalled Linux (Suse 6.3) from scratch,
>
Ok, now at last I finally remember what _my_ problem was. Before I
installed the JDK, I had just reinstalled Linux (Suse 6.3) from scratch,
doing the install in German. At least I assumed it was only the
installation proper. Instead, that also gave users a LANG=de entry in
their environment, and _
On Fri, Jan 21, 2000 at 05:40:26PM -0600, A. Scott White wrote:
> I'm running Debian GNU/Linux 2.1 with kernel version 2.0.36
> My /lib directory contains libc.so.6 and libc-2.0.7.so
>
> I have a Java application I've written on NT using jdk1.2.2. I want to
> run this on the aforementioned Linux
> at javax.swing.JPanel.(JPanel.java:70)
> at javax.swing.JPanel.(JPanel.java:100)
> at javax.swing.JRootPane.createGlassPane(JRootPane.java:224)
> at javax.swing.JRootPane.(JRootPane.java:181)
> at javax.swing.JFrame.createRootPane(JFrame.java:154)
> at javax.swing.JFrame
I'm running Debian GNU/Linux 2.1 with kernel version 2.0.36
My /lib directory contains libc.so.6 and libc-2.0.7.so
I have a Java application I've written on NT using jdk1.2.2. I want to
run this on the aforementioned Linux box.
I do not want to upgrade my kernel, my glibc or my distro at this
po
(JRootPane.java:181)
at javax.swing.JFrame.createRootPane(JFrame.java:154)
at javax.swing.JFrame.frameInit(JFrame.java:147)
at javax.swing.JFrame.(JFrame.java:124)
at Stylepad.main(Stylepad.java:73)
- Original Message -
From: Andre Lewin <[EMAIL PROTECTED]>
To: <[EMAIL PR
I downloaded and unpacked jdk1_2_2rc2-linux-i386.tar.gz.
I assume that the lack of installation instructions means that the java
examples in demo/ can be run in-place
i.e. there's no need to define environment varibales such as CLASSPATH and
JAVA_HOME.
The README files with each demo seem to suppo
I am using the swing API for my application.
I am trying to implement my own ToolTip manager for a Canvas. I got
everything to work except
the location where the ToolTip is displayed on the screen.
I am using an InternalFrame with a JComponent for my canvas in it !
When the Internalframe does