public class PlugMeeting {
    static boolean attending;
    PlugMeeting (String venue) {
        if ( venue.equals ("Makati") )
            attending = false;
        else if ( venue.equals ("Katipunan") || venue.equals
"ASTI")  )
            attending = true;
    }
   PlugMeeting () {
     attending = false;
   }
}

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to