This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Subclassing Swing in Kawa


Per Bothner wrote:
Nigel Dolby wrote:

What you said works fine; thanks. Can you tell me what to do about SUPER?

This is dicussed in http://www.gnu.org/software/kawa/Defining-new-classes.html

More specifically; Kawa does not have a "super" operation, instead use invoke-special with the name of the superclass.


http://www.gnu.org/software/kawa/Method-operations.html#id311179

Jim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]