Hi Stefan!
I'm sorry I haven't reply you before.
This field is available since jdk 1.4.0.
I ported the swing gui to this version because I had some problems mixing
light and heavy weight components (popups) with 1.3.1.
You can take a look at Source/MathLib/UI/Swing/releasenotes.txt . I think
the upload was successful... Almost every choice I do is explained here.
Best regards,
Alejandro.
----- Original Message -----
From: "Stefan Mueller" <st...@he...>
To: "MathLib Devel" <mat...@li...>; "Alejandro
Torras" <ate...@ho...>
Sent: Thursday, February 13, 2003 5:24 PM
Subject: [Mathlib-develop] Bug in SwingGui
> Hi Alejandro,
>
> 1. did you also subscribe to the developer list? I also sent this email
> to you standard address.
>
> 2. there's a bug in the Swing GUI
>
> MathLib\UI\Swing\Console.java:35: cannot resolve symbol
> symbol : variable BUTTON2
> location: class java.awt.event.MouseEvent
> if ((b & me.BUTTON2) == me.BUTTON2)
> ^
> MathLib\UI\Swing\Console.java:35: cannot resolve symbol
> symbol : variable BUTTON2
> location: class java.awt.event.MouseEvent
> if ((b & me.BUTTON2) == me.BUTTON2)
> ^
> MathLib\UI\Swing\Console.java:39: cannot resolve symbol
> symbol : variable BUTTON1
> location: class java.awt.event.MouseEvent
> else if ((b & me.BUTTON1) == me.BUTTON1)
> ^
> MathLib\UI\Swing\Console.java:39: cannot resolve symbol
> symbol : variable BUTTON1
> location: class java.awt.event.MouseEvent
> else if ((b & me.BUTTON1) == me.BUTTON1)
> ^
> 5 errors
|