Re: [OT] Good Java docs

1999-09-26 Thread Matthias Pfisterer

Hey man, it depends. There is no single resource covering all of Java.
What are you looking for? JDBC? Swing? network programming?

Personally, I found the O'Reilly books helpful.

Matthias Pfisterer


Kontorotsui wrote:
> 
> Excuse for the OT, but after using extensively the Sun's documentation
> (tutorial and API guide) I'm still unsatisfied.
> 
> Could someone please send me (not on the list, my address is
> [EMAIL PROTECTED]) a link where I can find a more complete Java guide?
> 
> Thank you.
> 
> ---
> Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
> University of Pisa  -  Italy  -  E-mail: [EMAIL PROTECTED]
> My home page: http://www.cli.di.unipi.it/~controzz/intro.html
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Changement d'adr

1999-09-26 Thread Fred

Changement d'adr e-mail : [EMAIL PROTECTED]

Merci ...
Salut


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: swing and syntax question

1999-09-26 Thread Will Koffel

At 8:48 PM -0400 9/25/99, berry wrote:
>Hi,
>
>I was wondering if anyone knows what this following
>code means?
>
>public Rectangle getBounds() {
>return JFrame.this.getBounds();
>}

Hi Berry.  I didn't feel like anyone has given a clear enough response here,
so in case you still don't see what's going on, this is how I understand it:

If you have an inner class (some non-public helper class usually for a class
like JFrame in this case) and you need access to the instantiated object of
the parent class's type which is associated with this inner class, it seems
impossible to get at it.  Well, it turns out that you've stumbled across the
syntax for doing so.  ParentClass.this will return you the object that
contains the inner class you are working within.

Hope this helps.  It doesn't seem too useful, but it does in fact come in
quite handy occasionally (as in the Swing code.  It doesn't surprise me that
you found it there at all!)

Take care.

Will



___
Will Koffel   Course 21M
(617) 225-6428   ~*_*~
[EMAIL PROTECTED]Course 6
MIT '00  http://web.mit.edu/wkoffel/www
---



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



TYA ftp site problem / TYA1.5 ready to go!

1999-09-26 Thread Albrecht Kleine

Hi,

Neal Sanche wrote me about a problem we have on tya's home site

ftp://gonzalez.cyberus.ca/pub/Linux/java/

Currently we can not access. If all is okay I'll mail
the information to you.


It seems we are out of luck, because just now I've packaged
the new release of TYA version 1.5 coming with a nice new 
feature.
May be we should have a second ftp place for TYA? 
Any ideas/offers?


For the impatient of you I can make this offer: drop me a line
until next 24 hours and I'll send you a patch making TYA1.4v2 to 1.5,
undecoded about 45k by email. (The whole TYA seems to be too much.)

Cheers,
Albrecht


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



JComboBox bug?

1999-09-26 Thread Yohans Mendoza

hi all,

I'm writing this application and when the client is a unix/linux box no
problem, but when the applet is loaded on a winX box, the JComboBox won't
work with the mouse, the user needs to use the keyboard to make his/her
selection

Does anybody know anything about it?

TIA

--Yohans

~
Yohans Mendoza  Unix Administrator
[EMAIL PROTECTED]Sirius Images Inc.  
http://www2.utep.edu/~yohanshttp://www.sirius-images.net 
~


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: JComboBox bug?

1999-09-26 Thread Cynthia Jeness

Does the user have a theme installed?  If so, try disabliing this.

Cynthia Jeness

Yohans Mendoza wrote:

> hi all,
>
> I'm writing this application and when the client is a unix/linux box no
> problem, but when the applet is loaded on a winX box, the JComboBox won't
> work with the mouse, the user needs to use the keyboard to make his/her
> selection
>
> Does anybody know anything about it?
>
> TIA
>
> --Yohans
>
> ~
> Yohans Mendoza  Unix Administrator
> [EMAIL PROTECTED]Sirius Images Inc.
> http://www2.utep.edu/~yohanshttp://www.sirius-images.net
> ~
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



¿How do it?

1999-09-26 Thread Juan Carlos

Hi friends, 

¿How to execute an linux command, to obtain any
information, using Java?  (ex:  the CAT command).  
I have Red Hat version 5.3, and jdk1.1.5. 

Thanks



__
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]