[4430] in java-interest

home help back first fref pref prev next nref lref last post

Changing class variable value.

daemon@ATHENA.MIT.EDU (Ahmed Abd El-Hady)
Mon Dec 25 09:33:59 1995

Date: Sun, 25 Dec 1994 15:00:21 -0700
From: Ahmed Abd El-Hady <ahady@idsc.gov.eg>
To: java-interest@java.sun.com
Cc: ahady@idsc.gov.eg

Hello All,

I have met a little problem on changing a static int defined
within a class from another class in the same file.

I have written
public class App extends Frame{
....
static int ABOUT=1;
......
}
and from another class i wrote.
....
App.ABUOT=0;
....

But it doesn't change its value..!

Any Help ..!!!

Ahmed
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post