[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:Programming Java threads in the real world, Part 7 - JavaWorld
- To: java-threads@xxxxxxxxx
- Subject: Re:Programming Java threads in the real world, Part 7 - JavaWorld
- From: Oyvind Teig <Oyvind.Teig@xxxxxxxxxxxx>
- Date: Fri, 9 Apr 1999 11:18:02 +0200
- Alternate-recipient: Allowed
- X400-mts-identifier: [/PRMD=autronica/ADMD=TELEMAX/C=NO/;8648 99/04/09 11:18]
- X400-originator: Oyvind.Teig@xxxxxxxxxxxx
- X400-received: by mta mail.autronica.no in /PRMD=autronica/ADMD=TELEMAX/C=NO/; Relayed; Fri, 9 Apr 1999 11:18:02 +0200
- X400-recipients: non-disclosure:;
Thanks, Richard. Working on the article:
http://www.javaworld.com/javaworld/jw-04-1999/jw-04-toolbox.html
Learning on a steep curve.
What does it mean when he states that
class Color_scheme
...
/*package*/ synchronized change_color_scheme(
Color foreground, Color background )
Note that this is one of the few cases in which you must use
package access rather than an inner class.
Where is the package defined? (So, what is a package, anyhow..)
--
|=======================================|==========================|
| Oyvind Teig | oyvind.teig@xxxxxxxxxxxx |
| Navia Maritime AS, division Autronica | oyvind.teig@xxxxxxxxxxxx |
| 7005 Trondhem | http://www.navia.no | Tel:+47 73 58 12 68 |
| Norway |http://www.autronica.no | Fax:+47 73 91 93 20 |
|===================|========================|=====================|