[Tcl Java] Accessing public parent fields

2000-09-14 Thread Sandeep Tamhankar
I have the following two class definitions: public class myclass { private int priv; public int f1; public int f2; public static int stat=5; public myclass () { f1=7; } public void setF2(int i) { f2=i; } public int getF2() { return f2;

[Tcl Java] Re: Accessing public parent fields

2000-09-14 Thread Mo DeJong
On Thu, 14 Sep 2000, Sandeep Tamhankar wrote: I have the following two class definitions: public class myclass { private int priv; public int f1; public int f2; public static int stat=5; public myclass () { f1=7; } public void setF2(int i) {

[Tcl Java] Re: ANNOUNCE: SWANK 0.6 (Tcl/Tk ~= Jacl/SWANK)

2000-09-14 Thread Johnson, Bruce
Mo, Thanks for the feedback. I'll update the README with your reformatted version. These are the types of small things that are hard to catch, but very frustrating to the users. Also, I've changed the code a bit to fix the error you mentioned about throwing an